Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 82367

“All-day” event on weekly calendar displays incorrectly

$
0
0

Replies: 0

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;


Viewing all articles
Browse latest Browse all 82367

Trending Articles