Skip to:
Content

BuddyPress.org


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

    r9896 r10150  
    11<?php
    2 
    32/**
    43 * BuddyPress - Users Activity
     
    2726                 * Fires inside the select input for member activity filter options.
    2827                 *
    29                  * @since BuddyPress (1.2.0)
     28                 * @since 1.2.0
    3029                 */
    3130                do_action( 'bp_member_activity_filter_options' ); ?>
     
    4140 * Fires before the display of the member activity post form.
    4241 *
    43  * @since BuddyPress (1.2.0)
     42 * @since 1.2.0
    4443 */
    4544do_action( 'bp_before_member_activity_post_form' ); ?>
     
    5251 * Fires after the display of the member activity post form.
    5352 *
    54  * @since BuddyPress (1.2.0)
     53 * @since 1.2.0
    5554 */
    5655do_action( 'bp_after_member_activity_post_form' );
     
    5958 * Fires before the display of the member activities list.
    6059 *
    61  * @since BuddyPress (1.2.0)
     60 * @since 1.2.0
    6261 */
    6362do_action( 'bp_before_member_activity_content' ); ?>
     
    7473 * Fires after the display of the member activities list.
    7574 *
    76  * @since BuddyPress (1.2.0)
     75 * @since 1.2.0
    7776 */
    7877do_action( 'bp_after_member_activity_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.