Initialize post_date_gmt for default post to edit.
git-svn-id: https://develop.svn.wordpress.org/trunk@10723 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a5740e48a1
commit
c896a6ee7b
@ -346,6 +346,7 @@ function get_default_post_to_edit() {
|
||||
$post->post_name = '';
|
||||
$post->post_author = '';
|
||||
$post->post_date = '';
|
||||
$post->post_date_gmt = '';
|
||||
$post->post_password = '';
|
||||
$post->post_status = 'draft';
|
||||
$post->post_type = 'post';
|
||||
|
Loading…
Reference in New Issue
Block a user