diff --git src/wp-admin/includes/class-wp-users-list-table.php src/wp-admin/includes/class-wp-users-list-table.php
index 435a5b28ae..693f5189c1 100644
|
|
class WP_Users_List_Table extends WP_List_Table { |
281 | 281 | * @param string $which The location of the extra table nav markup: 'top' or 'bottom'. |
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 | |
287 | 298 | /** |