- 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/groups-loop.php
r9896 r10150 1 1 <?php 2 3 2 /** 4 3 * BuddyPress - Groups Loop … … 17 16 * Fires before the display of groups from the groups loop. 18 17 * 19 * @since BuddyPress (1.2.0)18 * @since 1.2.0 20 19 */ 21 20 do_action( 'bp_before_groups_loop' ); ?> … … 44 43 * Fires before the listing of the groups list. 45 44 * 46 * @since BuddyPress (1.1.0)45 * @since 1.1.0 47 46 */ 48 47 do_action( 'bp_before_directory_groups_list' ); ?> … … 70 69 * Fires inside the listing of an individual group listing item. 71 70 * 72 * @since BuddyPress (1.1.0)71 * @since 1.1.0 73 72 */ 74 73 do_action( 'bp_directory_groups_item' ); ?> … … 83 82 * Fires inside the action section of an individual group listing item. 84 83 * 85 * @since BuddyPress (1.1.0)84 * @since 1.1.0 86 85 */ 87 86 do_action( 'bp_directory_groups_actions' ); ?> … … 107 106 * Fires after the listing of the groups list. 108 107 * 109 * @since BuddyPress (1.1.0)108 * @since 1.1.0 110 109 */ 111 110 do_action( 'bp_after_directory_groups_list' ); ?> … … 140 139 * Fires after the display of groups from the groups loop. 141 140 * 142 * @since BuddyPress (1.2.0)141 * @since 1.2.0 143 142 */ 144 143 do_action( 'bp_after_groups_loop' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.