PHPCS: Remove extra tabs added in [44970].

See #44237.
Built from https://develop.svn.wordpress.org/trunk@44972


git-svn-id: http://core.svn.wordpress.org/trunk@44803 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-03-21 21:36:51 +00:00
parent 5299c763ca
commit 1e925a5ae3
2 changed files with 2 additions and 2 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 );
}

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-alpha-44971';
$wp_version = '5.2-alpha-44972';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.