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

    r9896 r10150  
    11<?php
     2/**
     3 * BuddyPress - Members Single Group Invites
     4 * @package    BuddyPress
     5 * @subpackage bp-legacy
     6 */
    27
    38/**
    49 * Fires before the display of member group invites content.
    510 *
    6  * @since BuddyPress (1.1.0)
     11 * @since 1.1.0
    712 */
    813do_action( 'bp_before_group_invites_content' ); ?>
     
    3237                 * Fires inside the display of a member group invite item.
    3338                 *
    34                  * @since BuddyPress (1.1.0)
     39                 * @since 1.1.0
    3540                 */
    3641                do_action( 'bp_group_invites_item' ); ?>
     
    4550                     * Fires inside the member group item action markup.
    4651                     *
    47                      * @since BuddyPress (1.1.0)
     52                     * @since 1.1.0
    4853                     */
    4954                    do_action( 'bp_group_invites_item_action' ); ?>
     
    6873 * Fires after the display of member group invites content.
    6974 *
    70  * @since BuddyPress (1.1.0)
     75 * @since 1.1.0
    7176 */
    7277do_action( 'bp_after_group_invites_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.