Changes from trunk/wp-includes/default-filters.php at r11488 to branches/2.8/wp-includes/default-filters.php at r11735
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-includes/default-filters.php
r11488 r11735 187 187 add_action('do_feed_atom', 'do_feed_atom', 10, 1); 188 188 add_action('do_pings', 'do_all_pings', 10, 1); 189 add_action('do_generic_ping', 'generic_ping', 10, 1);190 189 add_action('do_robots', 'do_robots'); 191 190 add_action('sanitize_comment_cookies', 'sanitize_comment_cookies');
Note: See TracChangeset
for help on using the changeset viewer.