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/members.php

    r9896 r10150  
    66     * Fires before the display of the group members content.
    77     *
    8      * @since BuddyPress (1.1.0)
     8     * @since 1.1.0
    99     */
    1010    do_action( 'bp_before_group_members_content' ); ?>
     
    3131     * Fires before the display of the group members list.
    3232     *
    33      * @since BuddyPress (1.1.0)
     33     * @since 1.1.0
    3434     */
    3535    do_action( 'bp_before_group_members_list' ); ?>
     
    5454                 * Fires inside the listing of an individual group member listing item.
    5555                 *
    56                  * @since BuddyPress (1.1.0)
     56                 * @since 1.1.0
    5757                 */
    5858                do_action( 'bp_group_members_list_item' ); ?>
     
    6969                         * Fires inside the action section of an individual group member listing item.
    7070                         *
    71                          * @since BuddyPress (1.1.0)
     71                         * @since 1.1.0
    7272                         */
    7373                        do_action( 'bp_group_members_list_item_action' ); ?>
     
    8787     * Fires after the display of the group members list.
    8888     *
    89      * @since BuddyPress (1.1.0)
     89     * @since 1.1.0
    9090     */
    9191    do_action( 'bp_after_group_members_list' ); ?>
     
    112112     * Fires after the display of the group members content.
    113113     *
    114      * @since BuddyPress (1.1.0)
     114     * @since 1.1.0
    115115     */
    116116    do_action( 'bp_after_group_members_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.