X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/b925718b4bf2dd47a8429f844d0a255ca6e35bd1..b22765f41bf0b2021b9beb9120ee0ac91fa89292:/wp-admin/maint/repair.php diff --git a/wp-admin/maint/repair.php b/wp-admin/maint/repair.php index 7849ff94..aa702887 100644 --- a/wp-admin/maint/repair.php +++ b/wp-admin/maint/repair.php @@ -31,7 +31,13 @@ if ( ! defined( 'WP_ALLOW_REPAIR' ) ) { echo '

' . __( 'Allow automatic database repair' ) . '

'; - echo '

' . __( 'To allow use of this page to automatically repair database problems, please add the following line to your wp-config.php file. Once this line is added to your config, reload this page.' ) . "

define('WP_ALLOW_REPAIR', true);

"; + echo '

'; + printf( + /* translators: %s: wp-config.php */ + __( 'To allow use of this page to automatically repair database problems, please add the following line to your %s file. Once this line is added to your config, reload this page.' ), + 'wp-config.php' + ); + echo "

define('WP_ALLOW_REPAIR', true);

"; $default_key = 'put your unique phrase here'; $missing_key = false; @@ -80,7 +86,7 @@ if ( ! defined( 'WP_ALLOW_REPAIR' ) ) { } /** - * Filter additional database tables to repair. + * Filters additional database tables to repair. * * @since 3.0.0 *