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/activity.php

    r9896 r10150  
    88         * Fires inside the syndication options list, after the RSS option.
    99         *
    10          * @since BuddyPress (1.2.0)
     10         * @since 1.2.0
    1111         */
    1212        do_action( 'bp_group_activity_syndication_options' ); ?>
     
    2424                 * Fires inside the select input for group activity filter options.
    2525                 *
    26                  * @since BuddyPress (1.2.0)
     26                 * @since 1.2.0
    2727                 */
    2828                do_action( 'bp_group_activity_filter_options' ); ?>
     
    3737 * Fires before the display of the group activity post form.
    3838 *
    39  * @since BuddyPress (1.2.0)
     39 * @since 1.2.0
    4040 */
    4141do_action( 'bp_before_group_activity_post_form' ); ?>
     
    5252 * Fires after the display of the group activity post form.
    5353 *
    54  * @since BuddyPress (1.2.0)
     54 * @since 1.2.0
    5555 */
    5656do_action( 'bp_after_group_activity_post_form' ); ?>
     
    6060 * Fires before the display of the group activities list.
    6161 *
    62  * @since BuddyPress (1.2.0)
     62 * @since 1.2.0
    6363 */
    6464do_action( 'bp_before_group_activity_content' ); ?>
     
    7575 * Fires after the display of the group activities list.
    7676 *
    77  * @since BuddyPress (1.2.0)
     77 * @since 1.2.0
    7878 */
    7979do_action( 'bp_after_group_activity_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.