Skip to:
Content

BuddyPress.org


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

    r9819 r10150  
    11<?php
    2 
    32/**
    43 * BuddyPress - Users Groups
     
    3029                                         * Fires inside the members group order options select input.
    3130                                         *
    32                                          * @since BuddyPress (1.2.0)
     31                                         * @since 1.2.0
    3332                                         */
    3433                                        do_action( 'bp_member_group_order_options' ); ?>
     
    5251                 * Fires before the display of member groups content.
    5352                 *
    54                  * @since BuddyPress (1.2.0)
     53                 * @since 1.2.0
    5554                 */
    5655                do_action( 'bp_before_member_groups_content' ); ?>
     
    6766                 * Fires after the display of member groups content.
    6867                 *
    69                  * @since BuddyPress (1.2.0)
     68                 * @since 1.2.0
    7069                 */
    7170                do_action( 'bp_after_member_groups_content' );
Note: See TracChangeset for help on using the changeset viewer.