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:
parent
7d01e72e43
commit
6d0e5ee9d0
|
@ -340,7 +340,7 @@ class WP_Site_Health {
|
||||||
|
|
||||||
$result['actions'] .= sprintf(
|
$result['actions'] .= sprintf(
|
||||||
'<p><a href="%s">%s</a></p>',
|
'<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' )
|
__( 'Update your plugins' )
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue