Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/03/2016 05:01:13 AM (9 years ago)
Author:
tw2113
Message:

Adds many missing @since tags to the BP Core component.

See #6398.

File:
1 edited

Legend:

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

    r10487 r10497  
    1515/**
    1616 * Add an item to the main BuddyPress navigation array.
     17 *
     18 * @since 1.1.0
    1719 *
    1820 * @param array|string $args {
     
    270272 * Modify the default subnav item that loads when a top level nav item is clicked.
    271273 *
     274 * @since 1.1.0
     275 *
    272276 * @param array|string $args {
    273277 *     @type string   $parent_slug     The slug of the nav item whose default is being changed.
     
    340344 * The sorting is split into a separate function because it can only happen
    341345 * after all plugins have had a chance to register their navigation items.
     346 *
     347 * @since 1.0.0
    342348 *
    343349 * @return bool|null Returns false on failure.
     
    373379/**
    374380 * Add a subnav item to the BuddyPress navigation.
     381 *
     382 * @since 1.1.0
    375383 *
    376384 * @param array|string $args {
     
    419427/**
    420428 * Add a subnav link to the BuddyPress navigation.
     429 *
     430 * @since 2.4.0
    421431 *
    422432 * @param array|string $args {
     
    507517 * Register a screen function, whether or not a related subnav link exists.
    508518 *
     519 * @since 2.4.0
     520 *
    509521 * @param array|string $args {
    510522 *     Array describing the new subnav item.
     
    682694 * Sort all subnavigation arrays.
    683695 *
     696 * @since 1.1.0
     697 *
    684698 * @return bool|null Returns false on failure.
    685699 */
     
    745759 * Remove a nav item from the navigation array.
    746760 *
     761 * @since 1.0.0
     762 *
    747763 * @param int $parent_id The slug of the parent navigation item.
    748764 * @return bool Returns false on failure, ie if the nav item can't be found.
     
    774790 * Remove a subnav item from the navigation array.
    775791 *
     792 * @since 1.0.0
     793 *
    776794 * @param string $parent_id The slug of the parent navigation item.
    777795 * @param string $slug      The slug of the subnav item to be removed.
     
    800818 * Clear all subnav items from a specific nav item.
    801819 *
     820 * @since 1.0.0
     821 *
    802822 * @param string $parent_slug The slug of the parent navigation item.
    803823 */
Note: See TracChangeset for help on using the changeset viewer.