- Timestamp:
- 09/27/2015 06:04:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/activity.php
r9896 r10150 1 1 <?php 2 3 2 /** 4 3 * BuddyPress - Users Activity … … 27 26 * Fires inside the select input for member activity filter options. 28 27 * 29 * @since BuddyPress (1.2.0)28 * @since 1.2.0 30 29 */ 31 30 do_action( 'bp_member_activity_filter_options' ); ?> … … 41 40 * Fires before the display of the member activity post form. 42 41 * 43 * @since BuddyPress (1.2.0)42 * @since 1.2.0 44 43 */ 45 44 do_action( 'bp_before_member_activity_post_form' ); ?> … … 52 51 * Fires after the display of the member activity post form. 53 52 * 54 * @since BuddyPress (1.2.0)53 * @since 1.2.0 55 54 */ 56 55 do_action( 'bp_after_member_activity_post_form' ); … … 59 58 * Fires before the display of the member activities list. 60 59 * 61 * @since BuddyPress (1.2.0)60 * @since 1.2.0 62 61 */ 63 62 do_action( 'bp_before_member_activity_content' ); ?> … … 74 73 * Fires after the display of the member activities list. 75 74 * 76 * @since BuddyPress (1.2.0)75 * @since 1.2.0 77 76 */ 78 77 do_action( 'bp_after_member_activity_content' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.