Make WordPress Core


Ignore:
Timestamp:
02/23/2007 01:05:59 AM (19 years ago)
Author:
ryan
Message:

Fix typo. Props rob1n. fixes #1585

File:
1 edited

Legend:

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

    r4921 r4924  
    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>
Note: See TracChangeset for help on using the changeset viewer.