Make WordPress Core


Ignore:
Timestamp:
02/18/2006 07:40:43 AM (19 years ago)
Author:
ryan
Message:

Blog privacy. fixes #2480

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r3524 r3548  
    8282add_filter('the_author', 'ent2ncr', 8);
    8383
     84// Misc filters
     85add_filter('option_ping_sites', 'privacy_ping_filter');
     86
    8487// Actions
    8588add_action('wp_head', 'rsd_link');
    8689add_action('publish_future_post', 'wp_publish_post', 10, 1);
    87 
     90add_action('wp_head', 'noindex', 1);
    8891?>
Note: See TracChangeset for help on using the changeset viewer.