mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Site Health: Use a consistent label for theme auto-updates in debug data.
Props audrasjb. Fixes #50728. Built from https://develop.svn.wordpress.org/trunk@48554 git-svn-id: http://core.svn.wordpress.org/trunk@48316 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
00861d91dc
commit
a68d462439
@ -1092,7 +1092,7 @@ class WP_Debug_Data {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$info['wp-active-theme']['fields']['auto_update'] = array(
|
$info['wp-active-theme']['fields']['auto_update'] = array(
|
||||||
'label' => __( 'Auto-update' ),
|
'label' => __( 'Auto-updates' ),
|
||||||
'value' => $auto_updates_string,
|
'value' => $auto_updates_string,
|
||||||
'debug' => $auto_updates_string,
|
'debug' => $auto_updates_string,
|
||||||
);
|
);
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.5-beta3-48553';
|
$wp_version = '5.5-beta3-48554';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
Block a user