Ticket #5562: get_calendar.diff
| File get_calendar.diff, 0.6 kB (added by takayukister, 8 months ago) |
|---|
-
wp-includes/general-template.php
old new 581 581 LIMIT 1"); 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>'; 587 587
