Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2013 09:41:08 PM (12 years ago)
Author:
djpaul
Message:

Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-buddybar.php

    r7171 r7228  
    355355 * @since BuddyPress (1.5)
    356356 *
    357  * @param str $nav_item The id of the top-level nav item whose nav items you're checking
     357 * @param string $nav_item The id of the top-level nav item whose nav items you're checking
    358358 * @return bool $has_subnav True if the nav item is found and has subnav items; false otherwise
    359359 */
     
    403403 *
    404404 * @package BuddyPress Core
    405  * @param $parent_id The id of the parent navigation item.
    406  * @param $slug The slug of the sub navigation item.
     405 * @param string $parent_id The id of the parent navigation item.
     406 * @param string $slug The slug of the sub navigation item.
    407407 */
    408408function bp_core_remove_subnav_item( $parent_id, $slug ) {
     
    428428 *
    429429 * @package BuddyPress Core
    430  * @param $parent_id The id of the parent navigation item.
     430 * @param string $parent_id The id of the parent navigation item.
    431431 * @global BuddyPress $bp The one true BuddyPress instance
    432432 */
Note: See TracChangeset for help on using the changeset viewer.