Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/13/2015 02:02:56 AM (10 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Core component.

See #6576.

File:
1 edited

Legend:

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

    r10039 r10108  
    11<?php
    2 
    32/**
    43 * Core BuddyPress Navigational Functions.
     
    98 */
    109
    11 // Exit if accessed directly
     10// Exit if accessed directly.
    1211defined( 'ABSPATH' ) || exit;
    1312
     
    6665     * should be used.
    6766     *
    68      * @since BuddyPress (1.5.0)
     67     * @since 1.5.0
    6968     *
    7069     * @param array $r        Parsed arguments for the nav item.
     
    7877 * Add a link to the main BuddyPress navigation array.
    7978 *
    80  * @since BuddyPress (2.4.0)
     79 * @since 2.4.0
    8180 *
    8281 * @param array|string $args {
     
    150149     * Fires after a link is added to the main BuddyPress navigation array.
    151150     *
    152      * @since BuddyPress (2.4.0)
     151     * @since 2.4.0
    153152     *
    154153     * @param array $r        Parsed arguments for the nav item.
     
    162161 * Register a screen function for an item in the main nav array.
    163162 *
    164  * @since BuddyPress (2.4.0)
     163 * @since 2.4.0
    165164 *
    166165 * @param array|string $args {
     
    248247                 * Filters the default component subnav item.
    249248                 *
    250                  * @since BuddyPress (1.5.0)
     249                 * @since 1.5.0
    251250                 *
    252251                 * @param string $value The slug of the default subnav item
     
    263262     * navigation is registered.
    264263     *
    265      * @since BuddyPress (2.4.0)
     264     * @since 2.4.0
    266265     *
    267266     * @param array $r        Parsed arguments for the nav item.
     
    591590 * For a given subnav item, either hook the screen function or generate redirect arguments, as necessary.
    592591 *
    593  * @since BuddyPress (2.1.0)
     592 * @since 2.1.0
    594593 *
    595594 * @param array $subnav_item The subnav array added to bp_options_nav in `bp_core_new_subnav_item()`.
     
    723722 * Check whether a given nav item has subnav items.
    724723 *
    725  * @since BuddyPress (1.5.0)
     724 * @since 1.5.0
    726725 *
    727726 * @param string $nav_item The slug of the top-level nav item whose subnav items you're checking.
     
    741740     * Filters whether or not a given nav item has subnav items.
    742741     *
    743      * @since BuddyPress (1.5.0)
     742     * @since 1.5.0
    744743     *
    745744     * @param bool   $has_subnav Whether or not there is any subnav items.
     
    822821 * This is a direct copy of WP's private _get_admin_bar_pref()
    823822 *
    824  * @since BuddyPress (1.5.0)
     823 * @since 1.5.0
    825824 *
    826825 * @uses get_user_option()
Note: See TracChangeset for help on using the changeset viewer.