Changeset 7228 for trunk/bp-core/bp-core-buddybar.php
- Timestamp:
- 06/19/2013 09:41:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-buddybar.php
r7171 r7228 355 355 * @since BuddyPress (1.5) 356 356 * 357 * @param str $nav_item The id of the top-level nav item whose nav items you're checking357 * @param string $nav_item The id of the top-level nav item whose nav items you're checking 358 358 * @return bool $has_subnav True if the nav item is found and has subnav items; false otherwise 359 359 */ … … 403 403 * 404 404 * @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. 407 407 */ 408 408 function bp_core_remove_subnav_item( $parent_id, $slug ) { … … 428 428 * 429 429 * @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. 431 431 * @global BuddyPress $bp The one true BuddyPress instance 432 432 */
Note: See TracChangeset
for help on using the changeset viewer.