Changeset 20737 for trunk/wp-includes/class-wp-customize.php
- Timestamp:
- 05/07/2012 08:03:39 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-customize.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize.php
r20649 r20737 210 210 ?> 211 211 <script type="text/javascript"> 212 (function() { 213 if ( typeof wp === 'undefined' || ! wp.customize ) 214 return; 215 216 wp.customize.settings = <?php echo json_encode( $settings ); ?>; 217 })(); 212 var _wpCustomizeSettings = <?php echo json_encode( $settings ); ?>; 218 213 </script> 219 214 <?php
Note: See TracChangeset
for help on using the changeset viewer.