The repeated yearly date shows "Mar 3" instead of "Mar 17".
To fix this, in calender-manager.php on line 510 change:
$date_start = date('M n', $date_start);
to
$date_start = date('M d', $date_start);
The repeated yearly date shows "Mar 3" instead of "Mar 17".
To fix this, in calender-manager.php on line 510 change:
$date_start = date('M n', $date_start);
to
$date_start = date('M d', $date_start);
This topic has been closed to new replies.