Site Health: Move "The folder ... was detected as being under version control" message from failure to warning.

Props afragen, davidbaumwald.
Fixes #47982.
Built from https://develop.svn.wordpress.org/trunk@46281


git-svn-id: http://core.svn.wordpress.org/trunk@46093 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-09-23 21:24:56 +00:00
parent 3c6ce558f9
commit b95b6f2c73
2 changed files with 2 additions and 2 deletions

View File

@ -287,7 +287,7 @@ class WP_Site_Health_Auto_Updates {
'<code>' . $check_dir . '</code>',
"<code>$vcs_dir</code>"
),
'severity' => 'fail',
'severity' => 'warning',
);
}

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-46280';
$wp_version = '5.3-alpha-46281';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.