mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Move from quickpress_post_ID to post_ID. fixes #19095.
git-svn-id: https://develop.svn.wordpress.org/trunk@19093 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -550,7 +550,7 @@ function wp_dashboard_quick_press() {
|
||||
|
||||
<p class="submit">
|
||||
<input type="hidden" name="action" id="quickpost-action" value="post-quickpress-save" />
|
||||
<input type="hidden" name="quickpress_post_ID" value="<?php echo $post_ID; ?>" />
|
||||
<input type="hidden" name="post_ID" value="<?php echo $post_ID; ?>" />
|
||||
<input type="hidden" name="post_type" value="post" />
|
||||
<?php wp_nonce_field('add-post'); ?>
|
||||
<?php submit_button( __( 'Save Draft' ), 'button', 'save', false, array( 'id' => 'save-post', 'tabindex'=> 4 ) ); ?>
|
||||
|
||||
Reference in New Issue
Block a user