- Timestamp:
- 09/27/2015 06:04:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/activity/activity-loop.php
r9819 r10150 1 1 <?php 2 /** 3 * BuddyPress - Activity Loop 4 * 5 * @package BuddyPress 6 * @subpackage bp-legacy 7 */ 2 8 3 9 /** 4 10 * Fires before the start of the activity loop. 5 11 * 6 * @since BuddyPress (1.2.0)12 * @since 1.2.0 7 13 */ 8 14 do_action( 'bp_before_activity_loop' ); ?> … … 49 55 * Fires after the finish of the activity loop. 50 56 * 51 * @since BuddyPress (1.2.0)57 * @since 1.2.0 52 58 */ 53 59 do_action( 'bp_after_activity_loop' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.