- 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/members/members-loop.php
r9896 r10150 1 1 <?php 2 3 2 /** 4 3 * BuddyPress - Members Loop … … 10 9 */ 11 10 12 ?>13 14 <?php15 16 11 /** 17 12 * Fires before the display of the members loop. 18 13 * 19 * @since BuddyPress (1.2.0)14 * @since 1.2.0 20 15 */ 21 16 do_action( 'bp_before_members_loop' ); ?> … … 48 43 * Fires before the display of the members list. 49 44 * 50 * @since BuddyPress (1.1.0)45 * @since 1.1.0 51 46 */ 52 47 do_action( 'bp_before_directory_members_list' ); ?> … … 80 75 * Fires inside the display of a directory member item. 81 76 * 82 * @since BuddyPress (1.1.0)77 * @since 1.1.0 83 78 */ 84 79 do_action( 'bp_directory_members_item' ); ?> … … 102 97 * Fires inside the members action HTML markup to display actions. 103 98 * 104 * @since BuddyPress (1.1.0)99 * @since 1.1.0 105 100 */ 106 101 do_action( 'bp_directory_members_actions' ); ?> … … 120 115 * Fires after the display of the members list. 121 116 * 122 * @since BuddyPress (1.1.0)117 * @since 1.1.0 123 118 */ 124 119 do_action( 'bp_after_directory_members_list' ); ?> … … 155 150 * Fires after the display of the members loop. 156 151 * 157 * @since BuddyPress (1.2.0)152 * @since 1.2.0 158 153 */ 159 154 do_action( 'bp_after_members_loop' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.