Changeset 18120
- Timestamp:
- 06/02/2011 08:43:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r17989 r18120 1147 1147 /* translators: Calendar caption: 1: month name, 2: 4-digit year */ 1148 1148 $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"> 1150 1150 <caption>' . sprintf($calendar_caption, $wp_locale->get_month($thismonth), date('Y', $unixmonth)) . '</caption> 1151 1151 <thead>
Note: See TracChangeset
for help on using the changeset viewer.