Changeset 10497 for trunk/src/bp-core/bp-core-buddybar.php
- Timestamp:
- 02/03/2016 05:01:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-buddybar.php
r10487 r10497 15 15 /** 16 16 * Add an item to the main BuddyPress navigation array. 17 * 18 * @since 1.1.0 17 19 * 18 20 * @param array|string $args { … … 270 272 * Modify the default subnav item that loads when a top level nav item is clicked. 271 273 * 274 * @since 1.1.0 275 * 272 276 * @param array|string $args { 273 277 * @type string $parent_slug The slug of the nav item whose default is being changed. … … 340 344 * The sorting is split into a separate function because it can only happen 341 345 * after all plugins have had a chance to register their navigation items. 346 * 347 * @since 1.0.0 342 348 * 343 349 * @return bool|null Returns false on failure. … … 373 379 /** 374 380 * Add a subnav item to the BuddyPress navigation. 381 * 382 * @since 1.1.0 375 383 * 376 384 * @param array|string $args { … … 419 427 /** 420 428 * Add a subnav link to the BuddyPress navigation. 429 * 430 * @since 2.4.0 421 431 * 422 432 * @param array|string $args { … … 507 517 * Register a screen function, whether or not a related subnav link exists. 508 518 * 519 * @since 2.4.0 520 * 509 521 * @param array|string $args { 510 522 * Array describing the new subnav item. … … 682 694 * Sort all subnavigation arrays. 683 695 * 696 * @since 1.1.0 697 * 684 698 * @return bool|null Returns false on failure. 685 699 */ … … 745 759 * Remove a nav item from the navigation array. 746 760 * 761 * @since 1.0.0 762 * 747 763 * @param int $parent_id The slug of the parent navigation item. 748 764 * @return bool Returns false on failure, ie if the nav item can't be found. … … 774 790 * Remove a subnav item from the navigation array. 775 791 * 792 * @since 1.0.0 793 * 776 794 * @param string $parent_id The slug of the parent navigation item. 777 795 * @param string $slug The slug of the subnav item to be removed. … … 800 818 * Clear all subnav items from a specific nav item. 801 819 * 820 * @since 1.0.0 821 * 802 822 * @param string $parent_slug The slug of the parent navigation item. 803 823 */
Note: See TracChangeset
for help on using the changeset viewer.