Site Health: Use a consistent verbiage for the suggestion to remove inactive plugins and themes.

Props garrett-eclipse, marybaum, Clorith.
Fixes #46735.

git-svn-id: https://develop.svn.wordpress.org/trunk@45105 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-04-03 02:00:56 +00:00
parent d5d4979921
commit fa0ad447c8
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ class WP_Site_Health {
$result['status'] = 'recommended';
$result['label'] = __( 'Inactive plugins should be removed' );
$result['label'] = __( 'You should remove inactive plugins' );
$result['description'] .= sprintf(
'<p>%s %s</p>',