“All-day” event on weekly calendar displays incorrectly
-
There is a bug in list-table-week.php which causes an all-day event to show up on the weekly calendar incorrectly.
On line 147:
$end_cell = ( $end_day * $start_day ) + $offset;should be
$end_cell = ( $end_day – $start_day ) + $offset;
- The topic ‘“All-day” event on weekly calendar displays incorrectly’ is closed to new replies.