Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 06:04:27 AM (10 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/single/home.php

    r9896 r10150  
    66     * Fires before the display of member home content.
    77     *
    8      * @since BuddyPress (1.2.0)
     8     * @since 1.2.0
    99     */
    1010    do_action( 'bp_before_member_home_content' ); ?>
     
    2727                 * Fires after the display of member options navigation.
    2828                 *
    29                  * @since BuddyPress (1.2.4)
     29                 * @since 1.2.4
    3030                 */
    3131                do_action( 'bp_member_options_nav' ); ?>
     
    4242         * Fires before the display of member body content.
    4343         *
    44          * @since BuddyPress (1.2.0)
     44         * @since 1.2.0
    4545         */
    4646        do_action( 'bp_before_member_body' );
     
    8282         * Fires after the display of member body content.
    8383         *
    84          * @since BuddyPress (1.2.0)
     84         * @since 1.2.0
    8585         */
    8686        do_action( 'bp_after_member_body' ); ?>
     
    9393     * Fires after the display of member home content.
    9494     *
    95      * @since BuddyPress (1.2.0)
     95     * @since 1.2.0
    9696     */
    9797    do_action( 'bp_after_member_home_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.