mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Press This fix from noel. fixes #7949
git-svn-id: http://svn.automattic.com/wordpress/trunk@9910 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4560e5d4cf
commit
3dc156d583
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user