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

    r9896 r10150  
    11<?php
    2 
    32/**
    43 * BuddyPress - Groups Loop
     
    1716 * Fires before the display of groups from the groups loop.
    1817 *
    19  * @since BuddyPress (1.2.0)
     18 * @since 1.2.0
    2019 */
    2120do_action( 'bp_before_groups_loop' ); ?>
     
    4443     * Fires before the listing of the groups list.
    4544     *
    46      * @since BuddyPress (1.1.0)
     45     * @since 1.1.0
    4746     */
    4847    do_action( 'bp_before_directory_groups_list' ); ?>
     
    7069                 * Fires inside the listing of an individual group listing item.
    7170                 *
    72                  * @since BuddyPress (1.1.0)
     71                 * @since 1.1.0
    7372                 */
    7473                do_action( 'bp_directory_groups_item' ); ?>
     
    8382                 * Fires inside the action section of an individual group listing item.
    8483                 *
    85                  * @since BuddyPress (1.1.0)
     84                 * @since 1.1.0
    8685                 */
    8786                do_action( 'bp_directory_groups_actions' ); ?>
     
    107106     * Fires after the listing of the groups list.
    108107     *
    109      * @since BuddyPress (1.1.0)
     108     * @since 1.1.0
    110109     */
    111110    do_action( 'bp_after_directory_groups_list' ); ?>
     
    140139 * Fires after the display of groups from the groups loop.
    141140 *
    142  * @since BuddyPress (1.2.0)
     141 * @since 1.2.0
    143142 */
    144143do_action( 'bp_after_groups_loop' ); ?>
Note: See TracChangeset for help on using the changeset viewer.