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

    r10485 r10497  
    1515/**
    1616 * Creates the Core component.
     17 *
     18 * @since 1.5.0
    1719 */
    1820class BP_Core extends BP_Component {
     
    148150    /**
    149151     * Include bp-core files.
     152     *
     153     * @since 1.6.0
    150154     *
    151155     * @see BP_Component::includes() for description of parameters.
Note: See TracChangeset for help on using the changeset viewer.