Localize calendar caption. Props takayukister. fixes #5562
git-svn-id: http://svn.automattic.com/wordpress/trunk@6533 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8b64f70945
commit
c30b0e1207
|
@ -581,7 +581,7 @@ function get_calendar($initial = true) {
|
|||
LIMIT 1");
|
||||
|
||||
echo '<table id="wp-calendar" summary="' . __('Calendar') . '">
|
||||
<caption>' . $wp_locale->get_month($thismonth) . ' ' . date('Y', $unixmonth) . '</caption>
|
||||
<caption>' . sprintf(_c('%1$s %2$s|Used as a calendar caption'), $wp_locale->get_month($thismonth), date('Y', $unixmonth)) . '</caption>
|
||||
<thead>
|
||||
<tr>';
|
||||
|
||||
|
|
Loading…
Reference in New Issue