Skip to:
Content

BuddyPress.org

Changeset 10246


Ignore:
Timestamp:
10/11/2015 03:46:24 PM (9 years ago)
Author:
djpaul
Message:

Standardise more phpDoc at-since tags

See #6576

Location:
trunk
Files:
2 edited

Legend:

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

    r10149 r10246  
    763763     * Allow plugins to add their custom column.
    764764     *
    765      * @since BuddyPress 2.1.0
     765     * @since 2.1.0
    766766     *
    767767     * @param object|null $signup_object The signup data object.
  • trunk/tests/phpunit/includes/testcase.php

    r10222 r10246  
    1111     * A flag indicating whether an autocommit has been detected inside of a test.
    1212     *
    13      * @since BuddyPress (2.4.0)
     13     * @since 2.4.0
    1414     *
    1515     * @var bool
     
    2020     * A list of components that have been deactivated during a test.
    2121     *
    22      * @since BuddyPress (2.4.0)
     22     * @since 2.4.0
    2323     *
    2424     * @var array
     
    529529     * Set a flag that an autocommit has taken place inside of a test method.
    530530     *
    531      * @since BuddyPress (2.4.0)
     531     * @since 2.4.0
    532532     */
    533533    public function set_autocommit_flag() {
     
    538538     * Deactivate a component for the duration of a test.
    539539     *
    540      * @since BuddyPress (2.4.0)
     540     * @since 2.4.0
    541541     *
    542542     * @param string $component Component name.
Note: See TracChangeset for help on using the changeset viewer.