Users: Correct a permission check when showing the User item in the + New admin toolbar menu.

Props dlh
Fixes #39252

Built from https://develop.svn.wordpress.org/trunk@40581


git-svn-id: http://core.svn.wordpress.org/trunk@40451 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2017-05-07 17:42:45 +00:00
parent 9c7c11f268
commit 127abe718b
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40580';
$wp_version = '4.8-alpha-40581';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.