Ticket #17815: 17815.patch
| File 17815.patch, 776 bytes (added by SergeyBiryukov, 21 months ago) |
|---|
-
wp-includes/functions.php
3316 3316 <html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'language_attributes' ) ) language_attributes(); ?>> 3317 3317 <head> 3318 3318 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3319 <title> Database Error</title>3319 <title><?php echo /*WP_I18N_DB_ERROR*/'Database Error'/*/WP_I18N_DB_ERROR*/; ?></title> 3320 3320 3321 3321 </head> 3322 3322 <body> 3323 <h1> Error establishing a database connection</h1>3323 <h1><?php echo /*WP_I18N_DB_CONNECTION_ERROR*/'Error establishing a database connection'/*/WP_I18N_DB_CONNECTION_ERROR*/; ?></h1> 3324 3324 </body> 3325 3325 </html> 3326 3326 <?php
