Make WordPress Core


Ignore:
Timestamp:
10/31/2011 05:08:36 PM (15 years ago)
Author:
nacin
Message:

Move from quickpress_post_ID to post_ID. fixes #19095.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/dashboard.php

    r19013 r19093  
    551551                <p class="submit">
    552552                        <input type="hidden" name="action" id="quickpost-action" value="post-quickpress-save" />
    553                         <input type="hidden" name="quickpress_post_ID" value="<?php echo $post_ID; ?>" />
     553                        <input type="hidden" name="post_ID" value="<?php echo $post_ID; ?>" />
    554554                        <input type="hidden" name="post_type" value="post" />
    555555                        <?php wp_nonce_field('add-post'); ?>
Note: See TracChangeset for help on using the changeset viewer.