Closed GoogleCodeExporter closed 8 years ago
Hi,
you should add this change too in includes/display_month.php line 87:
87 menu_item_append_with_date($html, short_month_name($i),
87 menu_item_append_with_date($html, _(short_month_name($i)),
and may be replace :
34 $heading_html->add(tag('th', 'W'));
by
34 $heading_html->add(tag('th', _('W')));
Regards.
Original comment by bcot...@gmail.com
on 21 Jun 2012 at 5:19
Original comment by sproctor@gmail.com
on 22 Apr 2013 at 9:27
Original issue reported on code.google.com by
sandroni...@gmail.com
on 26 Aug 2011 at 11:52