From 903d23be344cfc15940a652d5107cd677be4afa6 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 1 Jul 2017 03:02:41 +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. Built from https://develop.svn.wordpress.org/trunk@40974 git-svn-id: http://core.svn.wordpress.org/trunk@40824 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-users-list-table.php | 13 ++++++++++++- wp-includes/version.php | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-users-list-table.php b/wp-admin/includes/class-wp-users-list-table.php index 435a5b28ae..8aecc13855 100644 --- a/wp-admin/includes/class-wp-users-list-table.php +++ b/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 ''; + ?> + +