[Plugin: WP Bannerize] Server date/time is UTC
-
Hi,
if it isn’t a problem, can you use the WP date_i18n() function instead of the simple PHP date() so the server date/time is localizated?
In WP-Bannerize 3.0.24 I changed
date($this->getPHPDateFormat())
with
date_i18n($this->getPHPDateFormat())
in the methods add_new_banner() and inlineEdit() of class WPBannerizeAdmin{} (rows 518 and 1044).Thank’s a lot! 🙂
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: WP Bannerize] Server date/time is UTC’ is closed to new replies.