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

    r9896 r10150  
    11<?php
    2 
    32/**
    43 * BuddyPress - Members Loop
     
    109 */
    1110
    12 ?>
    13 
    14 <?php
    15 
    1611/**
    1712 * Fires before the display of the members loop.
    1813 *
    19  * @since BuddyPress (1.2.0)
     14 * @since 1.2.0
    2015 */
    2116do_action( 'bp_before_members_loop' ); ?>
     
    4843     * Fires before the display of the members list.
    4944     *
    50      * @since BuddyPress (1.1.0)
     45     * @since 1.1.0
    5146     */
    5247    do_action( 'bp_before_directory_members_list' ); ?>
     
    8075                 * Fires inside the display of a directory member item.
    8176                 *
    82                  * @since BuddyPress (1.1.0)
     77                 * @since 1.1.0
    8378                 */
    8479                do_action( 'bp_directory_members_item' ); ?>
     
    10297                 * Fires inside the members action HTML markup to display actions.
    10398                 *
    104                  * @since BuddyPress (1.1.0)
     99                 * @since 1.1.0
    105100                 */
    106101                do_action( 'bp_directory_members_actions' ); ?>
     
    120115     * Fires after the display of the members list.
    121116     *
    122      * @since BuddyPress (1.1.0)
     117     * @since 1.1.0
    123118     */
    124119    do_action( 'bp_after_directory_members_list' ); ?>
     
    155150 * Fires after the display of the members loop.
    156151 *
    157  * @since BuddyPress (1.2.0)
     152 * @since 1.2.0
    158153 */
    159154do_action( 'bp_after_members_loop' ); ?>
Note: See TracChangeset for help on using the changeset viewer.