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:
Ryan Boren 2009-03-05 23:06:04 +00:00
parent a5740e48a1
commit c896a6ee7b
1 changed files with 1 additions and 0 deletions

View File

@ -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';