• Hi

    Spotted a small problem if the the times zone is not set to a string
    The get_option(‘timezone_string’) returns and empty string if you set the timezone in general setting page to an UTC offset version a location

    147	$timezone = date_default_timezone_get();
    148	date_default_timezone_set(get_option('timezone_string'));

    Paul

    http://wordpress.org/plugins/enable-media-replace/

The topic ‘timezone error’ is closed to new replies.