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:
|
default:
|
||||||
$supports = 'comments';
|
$supports = 'comments';
|
||||||
$option = 'comment';
|
$option = 'comment';
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the status.
|
// Set the status.
|
||||||
|
Loading…
Reference in New Issue
Block a user