Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/13/2016 07:32:53 PM (9 years ago)
Author:
tw2113
Message:

Addes missing @since tags to many functions, methods, and properties in the BP Friends component.

See #6400.

File:
1 edited

Legend:

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

    r10555 r10587  
    1515/**
    1616 * Defines the BuddyPress Friends Component.
     17 *
     18 * @since 1.5.0
    1719 */
    1820class BP_Friends_Component extends BP_Component {
     
    3638    /**
    3739     * Include bp-friends files.
     40     *
     41     * @since 1.5.0
    3842     *
    3943     * @see BP_Component::includes() for description of parameters.
     
    226230    /**
    227231     * Set up the title for pages and <title>.
     232     *
     233     * @since 1.5.0
    228234     */
    229235    public function setup_title() {
Note: See TracChangeset for help on using the changeset viewer.