Site Health: Link to the correct plugin update screen in multisite installs.

Merges [45308] to the 5.2 branch.

Props Clorith, sebastienserre, jeremyfelt, desrosj.
Fixes #47189.
Built from https://develop.svn.wordpress.org/branches/5.2@45313


git-svn-id: http://core.svn.wordpress.org/branches/5.2@45124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-05-15 19:49:52 +00:00
parent 7d01e72e43
commit 6d0e5ee9d0
2 changed files with 2 additions and 2 deletions

View File

@ -340,7 +340,7 @@ class WP_Site_Health {
$result['actions'] .= sprintf(
'<p><a href="%s">%s</a></p>',
esc_url( admin_url( 'plugins.php?plugin_status=upgrade' ) ),
esc_url( network_admin_url( 'plugins.php?plugin_status=upgrade' ) ),
__( 'Update your plugins' )
);
} else {

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2.1-alpha-45312';
$wp_version = '5.2.1-alpha-45313';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.