Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/22/2015 03:32:17 AM (10 years ago)
Author:
tw2113
Message:

Adds @since tags to the docblocks at the top of the files.

See #5022.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-actions.php

    r10413 r10417  
    33 * BuddyPress Filters & Actions.
    44 *
    5  * @package BuddyPress
    6  * @subpackage Hooks
    7  *
    85 * This file contains the actions and filters that are used through-out BuddyPress.
    96 * They are consolidated here to make searching for them easier, and to help
    107 * developers understand at a glance the order in which things occur.
     8 *
     9 * @package BuddyPress
     10 * @subpackage Hooks
     11 * @since 1.6.0
    1112 */
    1213
Note: See TracChangeset for help on using the changeset viewer.