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

git-svn-id: http://svn.automattic.com/wordpress/trunk@4921 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-02-23 00:53:34 +00:00
parent d672c73072
commit beb4deb90c
1 changed files with 1 additions and 1 deletions

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>';