Changeset 4924 for trunk/wp-includes/general-template.php
- Timestamp:
- 02/23/2007 01:05:59 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r4921 r4924 485 485 LIMIT 1"); 486 486 487 echo '<table id="wp-calendar" summary="' . __('Calendar') . ' >487 echo '<table id="wp-calendar" summary="' . __('Calendar') . '"> 488 488 <caption>' . $wp_locale->get_month($thismonth) . ' ' . date('Y', $unixmonth) . '</caption> 489 489 <thead>
Note: See TracChangeset
for help on using the changeset viewer.