Site Health: Improve the wording for UTF8MB4
test description.
Props garrett-eclipse, chetan200891, johnjamesjacoby, ayeshrajans. Fixes #48044. git-svn-id: https://develop.svn.wordpress.org/trunk@46402 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
21de64fc34
commit
04293be9e8
@ -1119,7 +1119,7 @@ class WP_Site_Health {
|
||||
),
|
||||
'description' => sprintf(
|
||||
'<p>%s</p>',
|
||||
__( 'UTF8MB4 is a database storage attribute that makes sure your site can store non-English text and other strings (for instance emoticons) without unexpected problems.' )
|
||||
__( 'UTF8MB4 is the character set WordPress prefers for database storage because it safely supports the widest set of characters and encodings, including Emoji, enabling better support for non-English languages.' )
|
||||
),
|
||||
'actions' => '',
|
||||
'test' => 'utf8mb4_support',
|
||||
|
Loading…
Reference in New Issue
Block a user