From 82720ead317692b163bec39da8997f516333433c Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 26 Mar 2010 14:06:12 +0000 Subject: [PATCH] WP_I18N_* for .maintenance strings. fixes #12485 git-svn-id: http://svn.automattic.com/wordpress/trunk@13822 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/load.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/load.php b/wp-includes/load.php index 826c13768..c791ccfd2 100644 --- a/wp-includes/load.php +++ b/wp-includes/load.php @@ -163,11 +163,11 @@ function wp_maintenance() { - Maintenance + <?php echo /*WP_I18N_MAINTENANCE*/'Maintenance'/*/WP_I18N_MAINTENANCE*/; ?> -

Briefly unavailable for scheduled maintenance. Check back in a minute.

+