[ad_1]
Warning: strtotime(): Epoch doesn’t fit in a PHP integer in C:\wamp\www\wordpress_store\wp-admin\includes\meta-boxes.php on line 382
It’s right above the Publish button. The “offending” piece of code is
`if ( ! empty( $post->post_date_gmt ) && time() < strtotime( $post->post_date_gmt . ‘ +0000’ ) ) :`
I’m using Wamp on my local machine – `$post->post_date_gmt` outputs something like 000-000 00 000.
It publishes the product fine, it’s not a big deal but I just find it annoying.
[ad_2]