mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 12:44:31 +00:00
Localize calendar caption. Props takayukister. fixes #5562
git-svn-id: https://develop.svn.wordpress.org/trunk@6533 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user