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

    r9819 r10150  
    11<?php
     2/**
     3 * BuddyPress - Activity Loop
     4 *
     5 * @package    BuddyPress
     6 * @subpackage bp-legacy
     7 */
    28
    39/**
    410 * Fires before the start of the activity loop.
    511 *
    6  * @since BuddyPress (1.2.0)
     12 * @since 1.2.0
    713 */
    814do_action( 'bp_before_activity_loop' ); ?>
     
    4955 * Fires after the finish of the activity loop.
    5056 *
    51  * @since BuddyPress (1.2.0)
     57 * @since 1.2.0
    5258 */
    5359do_action( 'bp_after_activity_loop' ); ?>
Note: See TracChangeset for help on using the changeset viewer.