Ticket #22401: 22401.diff
| File 22401.diff, 545 bytes (added by , 10 years ago) |
|---|
-
src/wp-includes/theme.php
746 746 * 747 747 * @param string $new_name Name of the new theme. 748 748 * @param WP_Theme $new_theme WP_Theme instance of the new theme. 749 * @param WP_Theme $old_theme WP_Theme instance of the old theme. 749 750 */ 750 do_action( 'switch_theme', $new_name, $new_theme );751 do_action( 'switch_theme', $new_name, $new_theme, $old_theme ); 751 752 } 752 753 753 754 /**