Ticket #36990: 36990.patch
File 36990.patch, 750 bytes (added by , 8 years ago) |
---|
-
wp-admin/includes/class-wp-users-list-table.php
280 280 * @param string $which The location of the extra table nav markup: 'top' or 'bottom'. 281 281 */ 282 282 do_action( 'restrict_manage_users', $which ); 283 echo '</div>'; 283 ?> 284 </div> 285 <?php 286 /** 287 * Fires immediately following the closing "actions" div in the tablenav for the users 288 * list table. 289 * 290 * @param string $which The location of the extra table nav markup: 'top' or 'bottom'. 291 */ 292 do_action( 'manage_users_extra_tablenav', $which ); 284 293 } 285 294 286 295 /**