- Timestamp:
- Mar 18, 2009, 6:02:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/blocks/calender_block_theme.php
r109 r115 9 9 $mydirpath = get_xpress_dir_path(); 10 10 11 $block['c ontent'] = get_xpress_calendar($sun_color,$sat_color);11 $block['calender'] = get_xpress_calendar($sun_color,$sat_color); 12 12 return $block ; 13 13 } … … 69 69 LIMIT 1"); 70 70 71 echo '<table id="wp-calendar"summary="' . __('Calendar') . '">71 echo '<table summary="' . __('Calendar') . '"> 72 72 <caption>' . sprintf(_c('%1$s %2$s|Used as a calendar caption'), $wp_locale->get_month($thismonth), date('Y', $unixmonth)) . '</caption> 73 73 <thead>
Note: See TracChangeset
for help on using the changeset viewer.