Changeset 30695 for trunk/src/wp-admin/customize.php
- Timestamp:
- 12/02/2014 12:30:59 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r30356 r30695 233 233 ), wp_login_url() ); 234 234 235 // Prepare Customizer settings to pass to Java script.235 // Prepare Customizer settings to pass to JavaScript. 236 236 $settings = array( 237 237 'theme' => array( … … 266 266 ); 267 267 268 // Prepare Customize Setting objects to pass to Java script.268 // Prepare Customize Setting objects to pass to JavaScript. 269 269 foreach ( $wp_customize->settings() as $id => $setting ) { 270 270 $settings['settings'][ $id ] = array(
Note: See TracChangeset
for help on using the changeset viewer.