Typo Displays Repeated Yearly Events as Month Name Month Number
-
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 topic ‘Typo Displays Repeated Yearly Events as Month Name Month Number’ is closed to new replies.