Ticket #2445: ping_comment_status_fix.diff
| File ping_comment_status_fix.diff, 507 bytes (added by markjaquith, 6 years ago) |
|---|
-
wp-admin/admin-functions.php
58 58 $_POST['post_status'] = 'draft'; 59 59 } 60 60 61 if (!isset ($_POST['comment_status'])) 62 $_POST['comment_status'] = 'closed'; 63 64 if (!isset ($_POST['ping_status'])) 65 $_POST['ping_status'] = 'closed'; 66 61 67 if (!empty ($_POST['edit_date'])) { 62 68 $aa = $_POST['aa']; 63 69 $mm = $_POST['mm'];
