mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-13 02:51:33 +01:00
Site Health: Improve the wording for UTF8MB4
test description.
Props garrett-eclipse, chetan200891, johnjamesjacoby, ayeshrajans. Fixes #48044. Built from https://develop.svn.wordpress.org/trunk@46402 git-svn-id: http://core.svn.wordpress.org/trunk@46201 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2237306c2b
commit
f1b5f2aa94
@ -1119,7 +1119,7 @@ class WP_Site_Health {
|
|||||||
),
|
),
|
||||||
'description' => sprintf(
|
'description' => sprintf(
|
||||||
'<p>%s</p>',
|
'<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' => '',
|
'actions' => '',
|
||||||
'test' => 'utf8mb4_support',
|
'test' => 'utf8mb4_support',
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-beta2-46401';
|
$wp_version = '5.3-beta2-46402';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user