- Timestamp:
- 02/01/2016 06:53:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/index.php
r10265 r10487 106 106 107 107 /** 108 109 110 111 108 * Fires and displays the group content. 109 * 110 * @since 1.1.0 111 */ 112 112 do_action( 'bp_directory_groups_content' ); ?> 113 113 … … 117 117 118 118 /** 119 120 121 122 119 * Fires after the display of the groups content. 120 * 121 * @since 1.1.0 122 */ 123 123 do_action( 'bp_after_directory_groups_content' ); ?> 124 124 … … 128 128 129 129 /** 130 131 132 133 130 * Fires after the display of the groups. 131 * 132 * @since 1.1.0 133 */ 134 134 do_action( 'bp_after_directory_groups' ); ?> 135 135
Note: See TracChangeset
for help on using the changeset viewer.