Ticket #6527: post.php.diff
| File post.php.diff, 435 bytes (added by techcookies, 5 months ago) |
|---|
-
post.php
old new 1231 1231 $post_date = '0000-00-00 00:00:00'; 1232 1232 } 1233 1233 1234 if (empty($post_date_gmt) ) {1234 if (empty($post_date_gmt) || '0000-00-00 00:00:00' == $post_date_gmt) { 1235 1235 if ( !in_array($post_status, array('draft', 'pending')) ) 1236 1236 $post_date_gmt = get_gmt_from_date($post_date); 1237 1237 else
