post.php error
-
Hi, we’re experiencing a weird issue when going into edit existing single events from the WordPress admin. In the When metabox, the start time shows incorrectly. it shows a default time in the timepicker that is not necessarily the correct time of the existing event. The correct time does show correctly on the front end of the site. However, if we go to make other changes to that single event and don’t re-update the time to the correct time, the event updates to the default time. I checked when.php, recurring-when.php, and when-with-recurring.php and they’re all showing this value for start time: “<?php echo date( $hours_format, $EM_Event->start ); ?>”
Is there somewhere else I should be looking to correct this error?
Thanks,
Anne
- The topic ‘post.php error’ is closed to new replies.