- Timestamp:
- 09/27/2015 06:04:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/home.php
r9819 r10150 8 8 * Fires before the display of the group home content. 9 9 * 10 * @since BuddyPress (1.2.0)10 * @since 1.2.0 11 11 */ 12 12 do_action( 'bp_before_group_home_content' ); ?> … … 29 29 * Fires after the display of group options navigation. 30 30 * 31 * @since BuddyPress (1.2.0)31 * @since 1.2.0 32 32 */ 33 33 do_action( 'bp_group_options_nav' ); ?> … … 44 44 * Fires before the display of the group home body. 45 45 * 46 * @since BuddyPress (1.2.0)46 * @since 1.2.0 47 47 */ 48 48 do_action( 'bp_before_group_body' ); … … 77 77 * Fires before the display of the group status message. 78 78 * 79 * @since BuddyPress (1.1.0)79 * @since 1.1.0 80 80 */ 81 81 do_action( 'bp_before_group_status_message' ); ?> … … 90 90 * Fires after the display of the group status message. 91 91 * 92 * @since BuddyPress (1.1.0)92 * @since 1.1.0 93 93 */ 94 94 do_action( 'bp_after_group_status_message' ); … … 127 127 * Fires after the display of the group home body. 128 128 * 129 * @since BuddyPress (1.2.0)129 * @since 1.2.0 130 130 */ 131 131 do_action( 'bp_after_group_body' ); ?> … … 138 138 * Fires after the display of the group home content. 139 139 * 140 * @since BuddyPress (1.2.0)140 * @since 1.2.0 141 141 */ 142 142 do_action( 'bp_after_group_home_content' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.