From 417b094dd4ab567ac73afe97e34d84883346214c Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 1 Jul 2017 03:01:16 +0000 Subject: [PATCH] Users: Introduce the `manage_users_extra_tablenav` action, fired immediately outside the closing "actions" div in the Users list table tablenav. A similar `manage_posts_extra_tablenav` hook fires in the same location and context in the Posts list table tablenav. Props GunGeekATX, adamsilverstein. Fixes #36990. git-svn-id: https://develop.svn.wordpress.org/trunk@40974 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-users-list-table.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-users-list-table.php b/src/wp-admin/includes/class-wp-users-list-table.php index 435a5b28ae..8aecc13855 100644 --- a/src/wp-admin/includes/class-wp-users-list-table.php +++ b/src/wp-admin/includes/class-wp-users-list-table.php @@ -281,7 +281,18 @@ class WP_Users_List_Table extends WP_List_Table { * @param string $which The location of the extra table nav markup: 'top' or 'bottom'. */ do_action( 'restrict_manage_users', $which ); - echo ''; + ?> + +