Changeset 18724 for trunk/wp-includes/functions.php
- Timestamp:
- 09/19/2011 08:21:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r18711 r18724 3318 3318 <head> 3319 3319 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3320 <title> Database Error</title>3320 <title><?php echo /*WP_I18N_DB_ERROR*/'Database Error'/*/WP_I18N_DB_ERROR*/; ?></title> 3321 3321 3322 3322 </head> 3323 3323 <body> 3324 <h1> Error establishing a database connection</h1>3324 <h1><?php echo /*WP_I18N_DB_CONNECTION_ERROR*/'Error establishing a database connection'/*/WP_I18N_DB_CONNECTION_ERROR*/; ?></h1> 3325 3325 </body> 3326 3326 </html>
Note: See TracChangeset
for help on using the changeset viewer.