From 4ed01307bb863e29475a407740c4ec2850e36a40 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 1 Jan 2008 18:38:32 +0000 Subject: [PATCH] Localize calendar caption. Props takayukister. fixes #5562 git-svn-id: https://develop.svn.wordpress.org/trunk@6533 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 5ed1f46eda..b224a12845 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)) . '