Changeset 49211 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 10/19/2020 09:14:06 PM (5 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
r49109 r49211 343 343 add_action( 'do_feed_atom', 'do_feed_atom', 10, 1 ); 344 344 add_action( 'do_pings', 'do_all_pings', 10, 0 ); 345 add_action( 'do_all_pings', 'do_all_pingbacks', 10, 0 ); 346 add_action( 'do_all_pings', 'do_all_enclosures', 10, 0 ); 347 add_action( 'do_all_pings', 'do_all_trackbacks', 10, 0 ); 348 add_action( 'do_all_pings', 'generic_ping', 10, 0 ); 345 349 add_action( 'do_robots', 'do_robots' ); 346 350 add_action( 'do_favicon', 'do_favicon' );
Note: See TracChangeset
for help on using the changeset viewer.