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/groups/single/home.php

    r9819 r10150  
    88     * Fires before the display of the group home content.
    99     *
    10      * @since BuddyPress (1.2.0)
     10     * @since 1.2.0
    1111     */
    1212    do_action( 'bp_before_group_home_content' ); ?>
     
    2929                 * Fires after the display of group options navigation.
    3030                 *
    31                  * @since BuddyPress (1.2.0)
     31                 * @since 1.2.0
    3232                 */
    3333                do_action( 'bp_group_options_nav' ); ?>
     
    4444         * Fires before the display of the group home body.
    4545         *
    46          * @since BuddyPress (1.2.0)
     46         * @since 1.2.0
    4747         */
    4848        do_action( 'bp_before_group_body' );
     
    7777                     * Fires before the display of the group status message.
    7878                     *
    79                      * @since BuddyPress (1.1.0)
     79                     * @since 1.1.0
    8080                     */
    8181                    do_action( 'bp_before_group_status_message' ); ?>
     
    9090                     * Fires after the display of the group status message.
    9191                     *
    92                      * @since BuddyPress (1.1.0)
     92                     * @since 1.1.0
    9393                     */
    9494                    do_action( 'bp_after_group_status_message' );
     
    127127         * Fires after the display of the group home body.
    128128         *
    129          * @since BuddyPress (1.2.0)
     129         * @since 1.2.0
    130130         */
    131131        do_action( 'bp_after_group_body' ); ?>
     
    138138     * Fires after the display of the group home content.
    139139     *
    140      * @since BuddyPress (1.2.0)
     140     * @since 1.2.0
    141141     */
    142142    do_action( 'bp_after_group_home_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.