diff --git a/wp-admin/includes/class-wp-site-health.php b/wp-admin/includes/class-wp-site-health.php index b22b9a31d3..605f194ca3 100644 --- a/wp-admin/includes/class-wp-site-health.php +++ b/wp-admin/includes/class-wp-site-health.php @@ -1119,7 +1119,7 @@ class WP_Site_Health { ), 'description' => sprintf( '

%s

', - __( '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', diff --git a/wp-includes/version.php b/wp-includes/version.php index 48fe3e01a4..8044366d8f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @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.