Changeset 18656 for trunk/wp-includes/default-filters.php
- Timestamp:
- 09/08/2011 08:59:41 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
r18655 r18656 220 220 add_action( 'wp_print_footer_scripts', '_wp_footer_scripts' ); 221 221 add_action( 'init', 'check_theme_switched', 99 ); 222 add_action( 'after_ theme_change', '_wp_sidebars_changed' );222 add_action( 'after_switch_theme', '_wp_sidebars_changed' ); 223 223 224 224 if ( isset( $_GET['replytocom'] ) )
Note: See TracChangeset
for help on using the changeset viewer.