Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 06:04:27 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Templates Component.

Fixes #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/activate.php

    r9819 r10150  
    66     * Fires before the display of the member activation page.
    77     *
    8      * @since BuddyPress (1.1.0)
     8     * @since 1.1.0
    99     */
    1010    do_action( 'bp_before_activation_page' ); ?>
     
    2222         * Fires before the display of the member activation page content.
    2323         *
    24          * @since BuddyPress (1.1.0)
     24         * @since 1.1.0
    2525         */
    2626        do_action( 'bp_before_activate_content' ); ?>
     
    5656         * Fires after the display of the member activation page content.
    5757         *
    58          * @since BuddyPress (1.1.0)
     58         * @since 1.1.0
    5959         */
    6060        do_action( 'bp_after_activate_content' ); ?>
     
    6767     * Fires after the display of the member activation page.
    6868     *
    69      * @since BuddyPress (1.1.0)
     69     * @since 1.1.0
    7070     */
    7171    do_action( 'bp_after_activation_page' ); ?>
Note: See TracChangeset for help on using the changeset viewer.