Changeset 8832 for trunk/wp-admin/post.php
- Timestamp:
- 09/06/2008 05:16:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r8830 r8832 88 88 89 89 if ( 'post-quickpress-publish' == $action ) 90 90 $_POST['publish'] = 'publish'; // tell write_post() to publish 91 92 if ( 'post-quickpress-publish' == $action || 'post-quickpress-save' == $action ) { 91 93 $_POST['comment_status'] = get_option('default_comment_status'); 92 94 $_POST['ping_status'] = get_option('default_ping_status'); 93 94 $_POST['publish'] = 'publish'; // tell write_post() to publish 95 } 95 96 96 97 if ( !empty( $_POST['quickpress_post_ID'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.