Multisite: Do not show edit links in network users table for users that cannot be edited.

Props ocean90.
Fixes #42552.

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


git-svn-id: http://core.svn.wordpress.org/trunk@42032 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Felix Arntz
2017-11-17 21:35:51 +00:00
parent 24b1297fab
commit d9e4fc273d
2 changed files with 23 additions and 9 deletions

View File

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