Changeset 8832
- Timestamp:
- 09/06/08 05:16:56 (3 months ago)
- Files:
-
- trunk/wp-admin/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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'] ) ) {
