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

    r9854 r10150  
    2121     * Fires before the display of the group send invites list.
    2222     *
    23      * @since BuddyPress (1.1.0)
     23     * @since 1.1.0
    2424     */
    2525    do_action( 'bp_before_group_send_invites_list' ); ?>
     
    5959                 * Fires inside the invite item listing.
    6060                 *
    61                  * @since BuddyPress (1.1.0)
     61                 * @since 1.1.0
    6262                 */
    6363                do_action( 'bp_group_send_invites_item' ); ?>
     
    7171                     * Fires inside the action area for a send invites item.
    7272                     *
    73                      * @since BuddyPress (1.1.0)
     73                     * @since 1.1.0
    7474                     */
    7575                    do_action( 'bp_group_send_invites_item_action' ); ?>
     
    110110 * Fires after the display of the group send invites list.
    111111 *
    112  * @since BuddyPress (1.1.0)
     112 * @since 1.1.0
    113113 */
    114114do_action( 'bp_after_group_send_invites_list' ); ?>
Note: See TracChangeset for help on using the changeset viewer.