Make WordPress Core


Ignore:
Timestamp:
03/26/2010 02:06:12 PM (14 years ago)
Author:
nacin
Message:

WP_I18N_* for .maintenance strings. fixes #12485

File:
1 edited

Legend:

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

    r13812 r13822  
    164164    <head>
    165165    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    166         <title>Maintenance</title>
     166        <title><?php echo /*WP_I18N_MAINTENANCE*/'Maintenance'/*/WP_I18N_MAINTENANCE*/; ?></title>
    167167
    168168    </head>
    169169    <body>
    170         <h1>Briefly unavailable for scheduled maintenance. Check back in a minute.</h1>
     170        <h1><?php echo /*WP_I18N_MAINT_MSG*/'Briefly unavailable for scheduled maintenance. Check back in a minute.'/*/WP_I18N_MAINT_MSG*/; ?></h1>
    171171    </body>
    172172    </html>
Note: See TracChangeset for help on using the changeset viewer.