Make WordPress Core

Ticket #48095: 48095.diff

File 48095.diff, 381 bytes (added by itowhid06, 5 years ago)
  • src/wp-includes/comment.php

    diff --git a/src/wp-includes/comment.php b/src/wp-includes/comment.php
    index 29b2c21218..df0416fef8 100644
    a b function get_default_comment_status( $post_type = 'post', $comment_type = 'comme 
    283283                default:
    284284                        $supports = 'comments';
    285285                        $option   = 'comment';
     286                        break;
    286287        }
    287288
    288289        // Set the status.