Ticket #33488: 33488.diff
File 33488.diff, 517 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/theme.php
diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index 823d2ca..ae12810 100644
a b function check_theme_switched() { 1886 1886 /** 1887 1887 * Includes and instantiates the WP_Customize_Manager class. 1888 1888 * 1889 * Fires when ?wp_customize=on or on wp-admin/customize.php. 1889 * Fires on a preview frame request (when ?wp_customize=on is in the URL) and 1890 * on the Customizer interface page (wp-admin/customize.php). 1890 1891 * 1891 1892 * @since 3.4.0 1892 1893 *