- Timestamp:
- 07/01/2017 03:01:16 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r40956 r40974 282 282 */ 283 283 do_action( 'restrict_manage_users', $which ); 284 echo '</div>'; 284 ?> 285 </div> 286 <?php 287 /** 288 * Fires immediately following the closing "actions" div in the tablenav for the users 289 * list table. 290 * 291 * @since 4.9.0 292 * 293 * @param string $which The location of the extra table nav markup: 'top' or 'bottom'. 294 */ 295 do_action( 'manage_users_extra_tablenav', $which ); 285 296 } 286 297
Note: See TracChangeset
for help on using the changeset viewer.