Changeset 12874
- Timestamp:
- 01/27/2010 02:36:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r12789 r12874 413 413 <input type="hidden" name="action" id="quickpost-action" value="post-quickpress-save" /> 414 414 <input type="hidden" name="quickpress_post_ID" value="<?php echo (int) $post->ID; ?>" /> 415 <input type="hidden" name="post_type" value="post" /> 415 416 <?php wp_nonce_field('add-post'); ?> 416 417 <input type="submit" name="save" id="save-post" class="button" tabindex="4" value="<?php esc_attr_e('Save Draft'); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.