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:
ryan 2009-03-05 23:06:04 +00:00
parent 35eb4bca32
commit 801705a502
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';