(Bug location inside) Localized wordpress installation malfunctions widgets
-
Dear,
When having a localized installation of WordPress, events planned in certain months will not display the correct date in the widgets and instead displays the current date.
This is because at:
my-calendar-templates.php:358
you convert the date to a localized version of it.
However at:
my-calendar-templates.php:72
You try to convert it back to a unix timestamp with strtotime. However due to the month being localized, strtotime fails.I have just spent a few hours finding the bug and I will try to create a fix for it. (As I need it working before next Friday)
Sincerely,
Tim van Osch
Pollex’
The topic ‘(Bug location inside) Localized wordpress installation malfunctions widgets’ is closed to new replies.