Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 05:08:37 AM (11 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Friends Component.

See #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-friends/bp-friends-loader.php

    r9995 r10147  
    99 */
    1010
    11 // Exit if accessed directly
     11// Exit if accessed directly.
    1212defined( 'ABSPATH' ) || exit;
    1313
     
    1717         * Start the friends component creation process.
    1818         *
    19          * @since BuddyPress (1.5.0)
     19         * @since 1.5.0
    2020         */
    2121        public function __construct() {
     
    6060         * backwards compatibility.
    6161         *
    62          * @since BuddyPress (1.5.0)
     62         * @since 1.5.0
    6363         *
    6464         * @see BP_Component::setup_globals() for description of parameters.
     
    102102         * Set up component navigation.
    103103         *
    104          * @since BuddyPress (1.5.0)
     104         * @since 1.5.0
    105105         *
    106106         * @see BP_Component::setup_nav() for a description of arguments.
     
    165165         * Set up bp-friends integration with the WordPress admin bar.
    166166         *
    167          * @since BuddyPress (1.5.0)
     167         * @since 1.5.0
    168168         *
    169169         * @see BP_Component::setup_admin_bar() for a description of arguments.
     
    245245         * Setup cache groups.
    246246         *
    247          * @since BuddyPress (2.2.0)
     247         * @since 2.2.0
    248248         */
    249249        public function setup_cache_groups() {
Note: See TracChangeset for help on using the changeset viewer.