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:
Sergey Biryukov 2019-03-21 21:35:37 +00:00
parent 864c3f07df
commit 57a38bed47
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}