Changeset 46349 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 09/30/2019 01:29:10 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r46111 r46349 247 247 add_action( 'check_comment_flood', 'check_comment_flood_db', 10, 4 ); 248 248 add_filter( 'comment_flood_filter', 'wp_throttle_comment_flood', 10, 3 ); 249 add_filter( 'pre_comment_content', 'wp_rel_ nofollow', 15 );249 add_filter( 'pre_comment_content', 'wp_rel_ugc', 15 ); 250 250 add_filter( 'comment_email', 'antispambot' ); 251 251 add_filter( 'option_tag_base', '_wp_filter_taxonomy_base' );
Note: See TracChangeset
for help on using the changeset viewer.