X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/ceb5a929e00123b4e224977c6b5a149f6431b250..refs/tags/wordpress-3.9:/wp-admin/maint/repair.php?ds=sidebyside diff --git a/wp-admin/maint/repair.php b/wp-admin/maint/repair.php index 7691e7cd..361229f5 100644 --- a/wp-admin/maint/repair.php +++ b/wp-admin/maint/repair.php @@ -22,7 +22,7 @@ header( 'Content-Type: text/html; charset=utf-8' ); ?> -

+

' . __('Some database problems could not be repaired. Please copy-and-paste the following list of errors to the WordPress support forums to get additional assistance.') . '

', __( 'http://wordpress.org/support/forum/how-to-and-troubleshooting' ) ); + printf( '

' . __('Some database problems could not be repaired. Please copy-and-paste the following list of errors to the WordPress support forums to get additional assistance.') . '

', __( 'https://wordpress.org/support/forum/how-to-and-troubleshooting' ) ); $problem_output = ''; foreach ( $problems as $table => $problem ) $problem_output .= "$table: $problem\n";