Changeset 33038 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 07/01/2015 09:41:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r32994 r33038 231 231 add_action( 'after_switch_theme', '_wp_sidebars_changed' ); 232 232 add_action( 'wp_print_styles', 'print_emoji_styles' ); 233 234 if ( isset( $_GET['replytocom'] ) )235 add_action( 'wp_head', 'wp_no_robots' );236 233 237 234 // Login actions
Note: See TracChangeset
for help on using the changeset viewer.