Changeset 3548 for trunk/wp-includes/default-filters.php
- Timestamp:
- 02/18/2006 07:40:43 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r3524 r3548 82 82 add_filter('the_author', 'ent2ncr', 8); 83 83 84 // Misc filters 85 add_filter('option_ping_sites', 'privacy_ping_filter'); 86 84 87 // Actions 85 88 add_action('wp_head', 'rsd_link'); 86 89 add_action('publish_future_post', 'wp_publish_post', 10, 1); 87 90 add_action('wp_head', 'noindex', 1); 88 91 ?>
Note: See TracChangeset
for help on using the changeset viewer.