Changeset 3547
- Timestamp:
- 02/18/06 00:16:41 (3 years ago)
- Files:
-
- trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/admin-functions.php
r3536 r3547 58 58 $_POST['post_status'] = 'draft'; 59 59 } 60 61 if (!isset ($_POST['comment_status'])) 62 $_POST['comment_status'] = 'closed'; 63 64 if (!isset ($_POST['ping_status'])) 65 $_POST['ping_status'] = 'closed'; 60 66 61 67 if (!empty ($_POST['edit_date'])) {
