Ticket #9518: 9518.diff
File 9518.diff, 427 bytes (added by , 16 years ago) |
---|
-
wp-includes/theme.php
948 948 update_option('template', $template); 949 949 update_option('stylesheet', $stylesheet); 950 950 delete_option('current_theme'); 951 delete_transient('update_theme'); 951 952 $theme = get_current_theme(); 952 953 do_action('switch_theme', $theme); 953 954 }