Press This fix from noel. fixes #7949

git-svn-id: https://develop.svn.wordpress.org/trunk@9910 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-26 19:32:38 +00:00
parent 304f2d1d65
commit 0bf951c4a5
1 changed files with 2 additions and 0 deletions

View File

@ -469,6 +469,8 @@ die;
<?php wp_nonce_field('press-this') ?>
<input type="hidden" name="post_type" id="post_type" value="text"/>
<input type="hidden" name="autosave" id="autosave" />
<input type="hidden" id="original_post_status" name="original_post_status" value="draft" />
<input type="hidden" id="prev_status" name="prev_status" value="draft" />
<!-- This div holds the photo metadata -->
<div class="photolist"></div>