PHPCS: Remove extra tabs added in [44970].
See #44237. git-svn-id: https://develop.svn.wordpress.org/trunk@44972 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
864c3f07df
commit
57a38bed47
|
@ -756,7 +756,7 @@ function wp_allow_comment( $commentdata, $avoid_die = false ) {
|
|||
if ( $is_flood ) {
|
||||
/** This filter is documented in wp-includes/comment-template.php */
|
||||
$comment_flood_message = apply_filters( 'comment_flood_message', __( 'You are posting comments too quickly. Slow down.' ) );
|
||||
|
||||
|
||||
return new WP_Error( 'comment_flood', $comment_flood_message, 429 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue