Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/07/2016 07:38:27 PM (9 years ago)
Author:
tw2113
Message:

Continued XProfile docs cleanup.

See #6406.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-component.php

    r10652 r10740  
    1616/**
    1717 * Creates our XProfile component.
     18 *
     19 * @since 1.5.0
    1820 */
    1921class BP_XProfile_Component extends BP_Component {
     
    3133     *
    3234     * @see bp_xprofile_get_visibility_levels()
     35     *
    3336     * @since 1.6.0
    3437     * @var array
     
    5659    /**
    5760     * Include files.
     61     *
     62     * @since 1.5.0
    5863     *
    5964     * @param array $includes Array of files to include.
     
    179184     * Set up navigation.
    180185     *
     186     * @since 1.5.0
     187     *
    181188     * @global BuddyPress $bp The one true BuddyPress instance
    182189     *
     
    302309     * Set up the Admin Bar.
    303310     *
     311     * @since 1.5.0
     312     *
    304313     * @param array $wp_admin_nav Admin Bar items.
    305314     */
     
    374383    /**
    375384     * Sets up the title for pages and <title>.
     385     *
     386     * @since 1.5.0
    376387     */
    377388    public function setup_title() {
Note: See TracChangeset for help on using the changeset viewer.