From c30b0e120744d639c07bac2d24ae3181801ca778 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 1 Jan 2008 18:38:32 +0000 Subject: [PATCH] Localize calendar caption. Props takayukister. fixes #5562 git-svn-id: http://svn.automattic.com/wordpress/trunk@6533 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 5ed1f46ed..b224a1284 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -581,7 +581,7 @@ function get_calendar($initial = true) { LIMIT 1"); echo ' - + ';
' . $wp_locale->get_month($thismonth) . ' ' . date('Y', $unixmonth) . '' . sprintf(_c('%1$s %2$s|Used as a calendar caption'), $wp_locale->get_month($thismonth), date('Y', $unixmonth)) . '