Make WordPress Core

Ticket #46826: 46826.2.diff

File 46826.2.diff, 973 bytes (added by juiiee8487, 7 years ago)

Updated patch.

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

    diff --git a/src/wp-admin/includes/class-wp-site-health.php b/src/wp-admin/includes/class-wp-site-health.php
    index 85420f4b8d..c05f275e92 100644
    a b class WP_Site_Health { 
    5353                                'site_health_complete'               => __( 'All site health tests have finished running.' ),
    5454                                'site_info_show_copy'                => __( 'Show options for copying this information' ),
    5555                                'site_info_hide_copy'                => __( 'Hide options for copying this information' ),
    56                                 // translators: %s: The percentage score for the tests.
     56                                // %s will be replaced by site health score.
    5757                                'site_health_complete_screen_reader' => __( 'All site health tests have finished running. Your site scored %s, and the results are now available on the page.' ),
    5858                                'site_info_copied'                   => __( 'Site information has been added to your clipboard.' ),
    5959                        ),