Make WordPress Core

Changeset 18724


Ignore:
Timestamp:
09/19/2011 08:21:39 PM (13 years ago)
Author:
ryan
Message:

Mark some string in dead_db() for translation. Props mako09, SergeyBiryukov. fixes #17815

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r18711 r18724  
    33183318<head>
    33193319<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>
    33213321
    33223322</head>
    33233323<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>
    33253325</body>
    33263326</html>
Note: See TracChangeset for help on using the changeset viewer.