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:
Sergey Biryukov 2020-07-21 21:06:02 +00:00
parent 00861d91dc
commit a68d462439
2 changed files with 2 additions and 2 deletions

View File

@ -1092,7 +1092,7 @@ class WP_Debug_Data {
}
$info['wp-active-theme']['fields']['auto_update'] = array(
'label' => __( 'Auto-update' ),
'label' => __( 'Auto-updates' ),
'value' => $auto_updates_string,
'debug' => $auto_updates_string,
);

View File

@ -13,7 +13,7 @@
*
* @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.