mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Site Health: Link to the correct plugin update screen in multisite installs.
Props Clorith, sebastienserre, jeremyfelt, desrosj. Fixes #47189. Built from https://develop.svn.wordpress.org/trunk@45308 git-svn-id: http://core.svn.wordpress.org/trunk@45119 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
745c50d7af
commit
7d04482650
@ -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.3-alpha-45307';
|
$wp_version = '5.3-alpha-45308';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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…
x
Reference in New Issue
Block a user