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/single/admin.php

    r10128 r10150  
    1212 * Fires inside the group admin form and before the content.
    1313 *
    14  * @since BuddyPress (1.1.0)
     14 * @since 1.1.0
    1515 */
    1616do_action( 'bp_before_group_admin_content' ); ?>
     
    2424     * Fires before the display of group admin details.
    2525     *
    26      * @since BuddyPress (1.1.0)
     26     * @since 1.1.0
    2727     */
    2828    do_action( 'bp_before_group_details_admin' ); ?>
     
    3939     * Fires after the group description admin details.
    4040     *
    41      * @since BuddyPress (1.0.0)
     41     * @since 1.0.0
    4242     */
    4343    do_action( 'groups_custom_group_fields_editable' ); ?>
     
    5454     * Fires after the display of group admin details.
    5555     *
    56      * @since BuddyPress (1.1.0)
     56     * @since 1.1.0
    5757     */
    5858    do_action( 'bp_after_group_details_admin' ); ?>
     
    7171     * Fires before the group settings admin display.
    7272     *
    73      * @since BuddyPress (1.1.0)
     73     * @since 1.1.0
    7474     */
    7575    do_action( 'bp_before_group_settings_admin' ); ?>
     
    142142     * Fires after the group settings admin display.
    143143     *
    144      * @since BuddyPress (1.1.0)
     144     * @since 1.1.0
    145145     */
    146146    do_action( 'bp_after_group_settings_admin' ); ?>
     
    176176             * Load the Avatar UI templates
    177177             *
    178              * @since  BuddyPress (2.3.0)
     178             * @since  2.3.0
    179179             */
    180180            bp_avatar_get_templates(); ?>
     
    216216     * Fires before the group manage members admin display.
    217217     *
    218      * @since BuddyPress (1.1.0)
     218     * @since 1.1.0
    219219     */
    220220    do_action( 'bp_before_group_manage_members_admin' ); ?>
     
    327327                                 * Fires inside the display of a member admin item in group management area.
    328328                                 *
    329                                  * @since BuddyPress (1.1.0)
     329                                 * @since 1.1.0
    330330                                 */
    331331                                do_action( 'bp_group_manage_members_admin_item' ); ?>
     
    353353     * Fires after the group manage members admin display.
    354354     *
    355      * @since BuddyPress (1.1.0)
     355     * @since 1.1.0
    356356     */
    357357    do_action( 'bp_after_group_manage_members_admin' ); ?>
     
    367367     * Fires before the display of group membership requests admin.
    368368     *
    369      * @since BuddyPress (1.1.0)
     369     * @since 1.1.0
    370370     */
    371371    do_action( 'bp_before_group_membership_requests_admin' ); ?>
     
    382382     * Fires after the display of group membership requests admin.
    383383     *
    384      * @since BuddyPress (1.1.0)
     384     * @since 1.1.0
    385385     */
    386386    do_action( 'bp_after_group_membership_requests_admin' ); ?>
     
    395395 * Allows plugins to add custom group edit screens.
    396396 *
    397  * @since BuddyPress (1.1.0)
     397 * @since 1.1.0
    398398 */
    399399do_action( 'groups_custom_edit_steps' ); ?>
     
    407407     * Fires before the display of group delete admin.
    408408     *
    409      * @since BuddyPress (1.1.0)
     409     * @since 1.1.0
    410410     */
    411411    do_action( 'bp_before_group_delete_admin' ); ?>
     
    422422     * Fires after the display of group delete admin.
    423423     *
    424      * @since BuddyPress (1.1.0)
     424     * @since 1.1.0
    425425     */
    426426    do_action( 'bp_after_group_delete_admin' ); ?>
     
    442442 * Fires inside the group admin form and after the content.
    443443 *
    444  * @since BuddyPress (1.1.0)
     444 * @since 1.1.0
    445445 */
    446446do_action( 'bp_after_group_admin_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.