Ticket #1981: functions-post.php.diff
| File functions-post.php.diff, 626 bytes (added by Viper007Bond, 6 years ago) |
|---|
-
wp-includes/functions-post.php
69 69 $post_date_gmt = get_gmt_from_date($post_date); 70 70 } 71 71 72 if ( empty($comment_status) ) { 73 if ( $update ) 74 $comment_status = 'closed'; 75 else 76 $comment_status = get_settings('default_comment_status'); 77 } 72 if ( empty($comment_status) ) 73 $comment_status = 'closed'; 78 74 if ( empty($ping_status) ) 79 75 $ping_status = get_settings('default_ping_status'); 80 76 if ( empty($post_pingback) )
