Changeset 6533
- Timestamp:
- 01/01/08 18:38:32 (8 months ago)
- Files:
-
- trunk/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/general-template.php
r6408 r6533 582 582 583 583 echo '<table id="wp-calendar" summary="' . __('Calendar') . '"> 584 <caption>' . $wp_locale->get_month($thismonth) . ' ' . date('Y', $unixmonth) . '</caption>584 <caption>' . sprintf(_c('%1$s %2$s|Used as a calendar caption'), $wp_locale->get_month($thismonth), date('Y', $unixmonth)) . '</caption> 585 585 <thead> 586 586 <tr>';
