Make WordPress Core

Ticket #46826: 46826.diff

File 46826.diff, 923 bytes (added by juiiee8487, 7 years ago)

Created 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..de1136db03 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.
    5756                                '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.' ),
    5857                                'site_info_copied'                   => __( 'Site information has been added to your clipboard.' ),
    5958                        ),