Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 05:43:55 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Members Component.

See #6576.

File:
1 edited

Legend:

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

    r10110 r10149  
    11<?php
    2 
    32/**
    43 * BuddyPress Member Loader.
     
    87 */
    98
    10 // Exit if accessed directly
     9// Exit if accessed directly.
    1110defined( 'ABSPATH' ) || exit;
    1211
     
    1918     *
    2019     * @access public
    21      * @since  BuddyPress (2.2.0)
     20     * @since  2.2.0
    2221     * @var    array
    2322     */
     
    2726     * Start the members component creation process.
    2827     *
    29      * @since BuddyPress (1.5.0)
     28     * @since 1.5.0
    3029     */
    3130    public function __construct() {
     
    8180     * backwards compatibility.
    8281     *
    83      * @since BuddyPress (1.5.0)
     82     * @since 1.5.0
    8483     *
    8584     * @see BP_Component::setup_globals() for description of parameters.
     
    153152     * Set up canonical stack for this component.
    154153     *
    155      * @since BuddyPress (2.1.0)
     154     * @since 2.1.0
    156155     */
    157156    public function setup_canonical_stack() {
     
    211210     * Set up fall-back component navigation if XProfile is inactive.
    212211     *
    213      * @since BuddyPress (1.5.0)
     212     * @since 1.5.0
    214213     *
    215214     * @see BP_Component::setup_nav() for a description of arguments.
     
    290289     * Setup cache groups.
    291290     *
    292      * @since BuddyPress (2.2.0)
     291     * @since 2.2.0
    293292     */
    294293    public function setup_cache_groups() {
Note: See TracChangeset for help on using the changeset viewer.