Make WordPress Core

Changeset 46402


Ignore:
Timestamp:
10/05/2019 02:38:14 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Site Health: Improve the wording for UTF8MB4 test description.

Props garrett-eclipse, chetan200891, johnjamesjacoby, ayeshrajans.
Fixes #48044.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health.php

    r46358 r46402  
    11201120            'description' => sprintf(
    11211121                '<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.' )
    11231123            ),
    11241124            'actions'     => '',
Note: See TracChangeset for help on using the changeset viewer.