Changeset 19304 for trunk/wp-includes/default-filters.php
- Timestamp:
- 11/15/2011 08:44:48 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r18932 r19304 220 220 221 221 if ( isset( $_GET['replytocom'] ) ) 222 add_ filter( 'pre_option_blog_public', '__return_zero' );222 add_action( 'wp_head', 'wp_no_robots' ); 223 223 224 224 // Login actions
Note: See TracChangeset
for help on using the changeset viewer.