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-component.php

    r10417 r10497  
    3838     * Unique ID for the component.
    3939     *
     40     * @since 1.5.0
    4041     * @var string $id
    4142     */
     
    4546     * Unique slug for the component, for use in query strings and URLs.
    4647     *
     48     * @since 1.5.0
    4749     * @var string $slug
    4850     */
     
    5254     * Does the component need a top-level directory?
    5355     *
     56     * @since 1.5.0
    5457     * @var bool $has_directory
    5558     */
     
    5962     * The path to the component's files.
    6063     *
     64     * @since 1.5.0
    6165     * @var string $path
    6266     */
     
    6670     * The WP_Query loop for this component.
    6771     *
     72     * @since 1.5.0
    6873     * @var WP_Query $query
    6974     */
     
    7378     * The current ID of the queried object.
    7479     *
     80     * @since 1.5.0
    7581     * @var string $current_id
    7682     */
     
    8086     * Callback for formatting notifications.
    8187     *
     88     * @since 1.5.0
    8289     * @var callable $notification_callback
    8390     */
     
    8794     * WordPress Toolbar links.
    8895     *
     96     * @since 1.5.0
    8997     * @var array $admin_menu
    9098     */
     
    94102     * Placeholder text for component directory search box.
    95103     *
    96      * @since 1.5.0
     104     * @since 1.6.0
    97105     * @var string $search_string
    98106     */
     
    102110     * Root slug for the component.
    103111     *
    104      * @since 1.5.0
     112     * @since 1.6.0
    105113     * @var string $root_slug
    106114     */
     
    465473     * Set up component navigation.
    466474     *
     475     * @since 1.5.0
     476     *
    467477     * @see bp_core_new_nav_item() For a description of the $main_nav
    468478     *      parameter formatting.
     
    503513     * Set up the component entries in the WordPress Admin Bar.
    504514     *
     515     * @since 1.5.0
     516     *
    505517     * @see WP_Admin_Bar::add_menu() for a description of the syntax
    506518     *      required by each item in the $wp_admin_nav parameter array.
Note: See TracChangeset for help on using the changeset viewer.