Make WordPress Core

Ticket #34519: 34519.4.patch

File 34519.4.patch, 1.0 KB (added by SergeyBiryukov, 10 years ago)
  • src/wp-admin/maint/repair.php

     
    2828
    2929if ( ! defined( 'WP_ALLOW_REPAIR' ) ) {
    3030
    31         echo '<h1 class="screen-reader-text">' . __( 'Allow automatic repair database' ) . '</h1>';
     31        echo '<h1 class="screen-reader-text">' . __( 'Allow automatic database repair' ) . '</h1>';
    3232
    3333        echo '<p>' . __( 'To allow use of this page to automatically repair database problems, please add the following line to your <code>wp-config.php</code> file. Once this line is added to your config, reload this page.' ) . "</p><p><code>define('WP_ALLOW_REPAIR', true);</code></p>";
    3434
     
    6464
    6565} elseif ( isset( $_GET['repair'] ) ) {
    6666
    67         echo '<h1 class="screen-reader-text">' . __( 'Results database repair' ) . '</h1>';
     67        echo '<h1 class="screen-reader-text">' . __( 'Database repair results' ) . '</h1>';
    6868
    6969        $optimize = 2 == $_GET['repair'];
    7070        $okay = true;