Adjust some of the strings added in [35508].
Fixes #34519. Built from https://develop.svn.wordpress.org/trunk@35519 git-svn-id: http://core.svn.wordpress.org/trunk@35483 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
122f38f748
commit
c6c366fec0
|
@ -28,7 +28,7 @@ header( 'Content-Type: text/html; charset=utf-8' );
|
||||||
|
|
||||||
if ( ! defined( 'WP_ALLOW_REPAIR' ) ) {
|
if ( ! defined( 'WP_ALLOW_REPAIR' ) ) {
|
||||||
|
|
||||||
echo '<h1 class="screen-reader-text">' . __( 'Allow automatic repair database' ) . '</h1>';
|
echo '<h1 class="screen-reader-text">' . __( 'Allow automatic database repair' ) . '</h1>';
|
||||||
|
|
||||||
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>";
|
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>";
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ if ( ! defined( 'WP_ALLOW_REPAIR' ) ) {
|
||||||
|
|
||||||
} elseif ( isset( $_GET['repair'] ) ) {
|
} elseif ( isset( $_GET['repair'] ) ) {
|
||||||
|
|
||||||
echo '<h1 class="screen-reader-text">' . __( 'Results database repair' ) . '</h1>';
|
echo '<h1 class="screen-reader-text">' . __( 'Database repair results' ) . '</h1>';
|
||||||
|
|
||||||
$optimize = 2 == $_GET['repair'];
|
$optimize = 2 == $_GET['repair'];
|
||||||
$okay = true;
|
$okay = true;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-beta2-35518';
|
$wp_version = '4.4-beta2-35519';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue