mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
d6749c7669
commit
2d1e8ada5e
@ -283,6 +283,7 @@ function get_default_comment_status( $post_type = 'post', $comment_type = 'comme
|
||||
default:
|
||||
$supports = 'comments';
|
||||
$option = 'comment';
|
||||
break;
|
||||
}
|
||||
|
||||
// Set the status.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user