- 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/forums/forums-loop.php
r9819 r10150 1 1 <?php 2 3 2 /** 4 3 * BuddyPress - Forums Loop … … 17 16 * Fires at the start of the forums loop. 18 17 * 19 * @since BuddyPress (1.2.6)18 * @since 1.2.6 20 19 */ 21 20 do_action( 'bp_before_forums_loop' ); ?> … … 44 43 * Fires before the display of the forums list. 45 44 * 46 * @since BuddyPress (1.1.0)45 * @since 1.1.0 47 46 */ 48 47 do_action( 'bp_before_directory_forums_list' ); ?> … … 60 59 * Fires at the end of <tr> row holding the <th> tags. 61 60 * 62 * @since BuddyPress (1.2.4)61 * @since 1.2.4 63 62 */ 64 63 do_action( 'bp_directory_forums_extra_cell_head' ); ?> … … 118 117 * Fires at the end of <tr> row holding the <td> tags. 119 118 * 120 * @since BuddyPress (1.1.0)119 * @since 1.1.0 121 120 */ 122 121 do_action( 'bp_directory_forums_extra_cell' ); ?> … … 129 128 * Fires after the <tr> for a forum listing display. 130 129 * 131 * @since BuddyPress (1.1.0)130 * @since 1.1.0 132 131 */ 133 132 do_action( 'bp_directory_forums_extra_row' ); ?> … … 143 142 * Fires after the display of the forums list. 144 143 * 145 * @since BuddyPress (1.1.0)144 * @since 1.1.0 146 145 */ 147 146 do_action( 'bp_after_directory_forums_list' ); ?> … … 172 171 * Fires at the end of the forums loop. 173 172 * 174 * @since BuddyPress (1.2.6)173 * @since 1.2.6 175 174 */ 176 175 do_action( 'bp_after_forums_loop' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.