Make WordPress Core

Changeset 18120


Ignore:
Timestamp:
06/02/2011 08:43:31 PM (13 years ago)
Author:
ryan
Message:

Remove summary attribute. Props ocean90. fixes #11554

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/general-template.php

    r17989 r18120  
    11471147    /* translators: Calendar caption: 1: month name, 2: 4-digit year */
    11481148    $calendar_caption = _x('%1$s %2$s', 'calendar caption');
    1149     $calendar_output = '<table id="wp-calendar" summary="' . esc_attr__('Calendar') . '">
     1149    $calendar_output = '<table id="wp-calendar">
    11501150    <caption>' . sprintf($calendar_caption, $wp_locale->get_month($thismonth), date('Y', $unixmonth)) . '</caption>
    11511151    <thead>
Note: See TracChangeset for help on using the changeset viewer.