Make WordPress Core

Ticket #48044: 48044.3.diff

File 48044.3.diff, 803 bytes (added by garrett-eclipse, 5 years ago)

Refresh for better accuracy

  • src/wp-admin/includes/class-wp-site-health.php

     
    11191119                        ),
    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'     => '',
    11251125                        'test'        => 'utf8mb4_support',