Ticket #14849: theme.php.15608.diff
| File theme.php.15608.diff, 380 bytes (added by , 15 years ago) |
|---|
-
wp-includes/theme.php
1218 1218 update_option('stylesheet', $stylesheet); 1219 1219 delete_option('current_theme'); 1220 1220 $theme = get_current_theme(); 1221 flush_rewrite_rules(); 1221 1222 do_action('switch_theme', $theme); 1222 1223 } 1223 1224