Coding Standards: Add missing break for the default case in get_default_comment_status(().

Props itowhid06.
Fixes #48095.

git-svn-id: https://develop.svn.wordpress.org/trunk@46227 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-09-21 13:49:04 +00:00
parent d6749c7669
commit 2d1e8ada5e

View File

@ -283,6 +283,7 @@ function get_default_comment_status( $post_type = 'post', $comment_type = 'comme
default:
$supports = 'comments';
$option = 'comment';
break;
}
// Set the status.