Changeset 44972 for trunk/src/wp-includes/comment.php
- Timestamp:
- 03/21/2019 09:35:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r44970 r44972 757 757 /** This filter is documented in wp-includes/comment-template.php */ 758 758 $comment_flood_message = apply_filters( 'comment_flood_message', __( 'You are posting comments too quickly. Slow down.' ) ); 759 759 760 760 return new WP_Error( 'comment_flood', $comment_flood_message, 429 ); 761 761 }
Note: See TracChangeset
for help on using the changeset viewer.