X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/4f9d63e13cd8c6e275797c75b401b074b82937bc..fef8173b8c3bad08f495551e43cfdeac1cae6021:/wp-admin/maint/repair.php?ds=sidebyside diff --git a/wp-admin/maint/repair.php b/wp-admin/maint/repair.php index 6daa5d52..c3430a7f 100644 --- a/wp-admin/maint/repair.php +++ b/wp-admin/maint/repair.php @@ -72,15 +72,15 @@ if ( !defined('WP_ALLOW_REPAIR') ) { $problem_output = array(); foreach ( $problems as $table => $problem ) $problem_output[] = "$table: $problem"; - echo ''; + echo ''; } else { echo '

'.__('Repairs complete. Please remove the following line from wp-config.php to prevent this page from being used by unauthorized users.')."

define('WP_ALLOW_REPAIR', true);"; } } else { if ( isset($_GET['referrer']) && 'is_blog_installed' == $_GET['referrer'] ) - _e('One or more database tables is unavailable. To allow WordPress to attempt to repair these tables, press the "Repair Database" button. Repairing can take awhile, so please be patient.'); + _e('One or more database tables are unavailable. To allow WordPress to attempt to repair these tables, press the “Repair Database” button. Repairing can take a while, so please be patient.'); else - _e('WordPress can automatically look for some common database problems and repair them. Repairing can take awhile, so please be patient.') + _e('WordPress can automatically look for some common database problems and repair them. Repairing can take a while, so please be patient.') ?>