Make WordPress Core


Ignore:
Timestamp:
03/21/2019 09:35:37 PM (6 years ago)
Author:
SergeyBiryukov
Message:

PHPCS: Remove extra tabs added in [44970].

See #44237.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment.php

    r44970 r44972  
    757757        /** This filter is documented in wp-includes/comment-template.php */
    758758        $comment_flood_message = apply_filters( 'comment_flood_message', __( 'You are posting comments too quickly. Slow down.' ) );
    759        
     759
    760760        return new WP_Error( 'comment_flood', $comment_flood_message, 429 );
    761761    }
Note: See TracChangeset for help on using the changeset viewer.