mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
4f8c05a1cb
commit
b44c6a29dc
@ -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>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user