Changeset 29903 for trunk/src/wp-includes/theme.php
- Timestamp:
- 10/15/2014 05:20:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r29840 r29903 805 805 } else { 806 806 /* 807 * Since retrieve_widgets() is called when initializing the customizer theme,807 * Since retrieve_widgets() is called when initializing a theme in the Customizer, 808 808 * we need to to remove the theme mods to avoid overwriting changes made via 809 * the widget customizer when accessing wp-admin/widgets.php.809 * the Customizer when accessing wp-admin/widgets.php. 810 810 */ 811 811 if ( 'wp_ajax_customize_save' === current_action() ) { … … 1947 1947 1948 1948 /** 1949 * Returns a URL to load the theme customizer.1949 * Returns a URL to load the Customizer. 1950 1950 * 1951 1951 * @since 3.4.0 … … 1962 1962 1963 1963 /** 1964 * Prints a script to check whether or not the customizer is supported,1964 * Prints a script to check whether or not the Customizer is supported, 1965 1965 * and apply either the no-customize-support or customize-support class 1966 1966 * to the body.
Note: See TracChangeset
for help on using the changeset viewer.