Commit edeffae6 authored by SergeyBiryukov's avatar SergeyBiryukov
Browse files

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: https://core.svn.wordpress.org/trunk@48316 1a063a9b-81f0-0310-95a4-ce76da25c4cd
parent 5e734888
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
			);
+1 −1
Original line number Diff line number Diff line
@@ -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.