Make WordPress Core

Ticket #1585: 1585-round2.diff

File 1585-round2.diff, 525 bytes (added by rob1n, 19 years ago)

Adds back in the ".

  • wp-includes/general-template.php

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