Ticket #48044: 48044.3.diff
File 48044.3.diff, 803 bytes (added by , 5 years ago) |
---|
-
src/wp-admin/includes/class-wp-site-health.php
1119 1119 ), 1120 1120 'description' => sprintf( 1121 1121 '<p>%s</p>', 1122 __( '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.' )1122 __( '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.' ) 1123 1123 ), 1124 1124 'actions' => '', 1125 1125 'test' => 'utf8mb4_support',