Changeset 38925 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 10/25/2016 08:47:06 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r38832 r38925 214 214 add_filter( 'xmlrpc_pingback_error', 'xmlrpc_pingback_error' ); 215 215 add_filter( 'title_save_pre', 'trim' ); 216 217 add_action( 'transition_comment_status', '_clear_modified_cache_on_transition_comment_status', 10, 2 ); 216 218 217 219 add_filter( 'http_request_host_is_external', 'allowed_http_request_hosts', 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.