Initialize post_date_gmt for default post to edit.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10723 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
35eb4bca32
commit
801705a502
|
@ -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