Provide summary for calendar. Props littleram and rob1n. fixes #1585

git-svn-id: https://develop.svn.wordpress.org/trunk@4921 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-02-23 00:53:34 +00:00
parent 70e367f72f
commit 1162b64000

View File

@ -484,7 +484,7 @@ function get_calendar($initial = true) {
ORDER BY post_date ASC
LIMIT 1");
echo '<table id="wp-calendar">
echo '<table id="wp-calendar" summary="' . __('Calendar') . '>
<caption>' . $wp_locale->get_month($thismonth) . ' ' . date('Y', $unixmonth) . '</caption>
<thead>
<tr>';