Changeset 20737 for trunk/wp-includes/customize-controls.php
- Timestamp:
- 05/07/2012 08:03:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/customize-controls.php
r20645 r20737 116 116 ?> 117 117 <script type="text/javascript"> 118 (function() { 119 if ( typeof wp === 'undefined' || ! wp.customize ) 120 return; 121 122 wp.customize.settings = <?php echo json_encode( $settings ); ?>; 123 })(); 118 var _wpCustomizeSettings = <?php echo json_encode( $settings ); ?>; 124 119 </script> 125 120 </body>
Note: See TracChangeset
for help on using the changeset viewer.