- 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/groups/single/activity.php
r9896 r10150 8 8 * Fires inside the syndication options list, after the RSS option. 9 9 * 10 * @since BuddyPress (1.2.0)10 * @since 1.2.0 11 11 */ 12 12 do_action( 'bp_group_activity_syndication_options' ); ?> … … 24 24 * Fires inside the select input for group activity filter options. 25 25 * 26 * @since BuddyPress (1.2.0)26 * @since 1.2.0 27 27 */ 28 28 do_action( 'bp_group_activity_filter_options' ); ?> … … 37 37 * Fires before the display of the group activity post form. 38 38 * 39 * @since BuddyPress (1.2.0)39 * @since 1.2.0 40 40 */ 41 41 do_action( 'bp_before_group_activity_post_form' ); ?> … … 52 52 * Fires after the display of the group activity post form. 53 53 * 54 * @since BuddyPress (1.2.0)54 * @since 1.2.0 55 55 */ 56 56 do_action( 'bp_after_group_activity_post_form' ); ?> … … 60 60 * Fires before the display of the group activities list. 61 61 * 62 * @since BuddyPress (1.2.0)62 * @since 1.2.0 63 63 */ 64 64 do_action( 'bp_before_group_activity_content' ); ?> … … 75 75 * Fires after the display of the group activities list. 76 76 * 77 * @since BuddyPress (1.2.0)77 * @since 1.2.0 78 78 */ 79 79 do_action( 'bp_after_group_activity_content' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.