Remove summary attribute. Props ocean90. fixes #11554

git-svn-id: https://develop.svn.wordpress.org/trunk@18120 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2011-06-02 20:43:31 +00:00
parent 4f8c05a1cb
commit b44c6a29dc

View File

@ -1146,7 +1146,7 @@ function get_calendar($initial = true, $echo = true) {
/* translators: Calendar caption: 1: month name, 2: 4-digit year */
$calendar_caption = _x('%1$s %2$s', 'calendar caption');
$calendar_output = '<table id="wp-calendar" summary="' . esc_attr__('Calendar') . '">
$calendar_output = '<table id="wp-calendar">
<caption>' . sprintf($calendar_caption, $wp_locale->get_month($thismonth), date('Y', $unixmonth)) . '</caption>
<thead>
<tr>';