Changeset 34711 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 09/30/2015 01:34:54 AM (10 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
r34704 r34711 201 201 add_filter( 'xmlrpc_pingback_error', 'xmlrpc_pingback_error' ); 202 202 add_filter( 'title_save_pre', 'trim' ); 203 add_filter( 'get_comment_metadata', 'wp_lazyload_comment_meta', 10, 2 );204 203 205 204 add_filter( 'http_request_host_is_external', 'allowed_http_request_hosts', 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.