Changeset 8797
- Timestamp:
- 09/03/08 07:13:51 (3 months ago)
- Files:
-
- trunk/wp-admin/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/post.php
r8780 r8797 84 84 85 85 if ( 'post-quickpress-publish' == $action ) 86 87 $_POST['comment_status'] = get_option('default_comment_status'); 88 $_POST['ping_status'] = get_option('default_ping_status'); 89 86 90 $_POST['publish'] = 'publish'; // tell write_post() to publish 87 91
