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:
parent
d5d4979921
commit
fa0ad447c8
@ -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>',
|
||||
|
Loading…
Reference in New Issue
Block a user