Make WordPress Core

Ticket #1585: 1585.diff

File 1585.diff, 492 bytes (added by rob1n, 19 years ago)
  • wp-includes/general-template.php

     
    484484                        ORDER   BY post_date ASC
    485485                        LIMIT 1");
    486486
    487         echo '<table id="wp-calendar">
     487        echo '<table id="wp-calendar" summary="' . __('Calendar') . '>
    488488        <caption>' . $wp_locale->get_month($thismonth) . ' ' . date('Y', $unixmonth) . '</caption>
    489489        <thead>
    490490        <tr>';