Site Health: Use a consistent label for theme auto-updates in debug data.
Props audrasjb. Fixes #50728. git-svn-id: https://develop.svn.wordpress.org/trunk@48554 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
26362089c5
commit
b11757e4ed
@ -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,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user