Changeset 20793
- Timestamp:
- 05/15/2012 03:45:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/customize-controls.php
r20791 r20793 93 93 do_action( 'customize_controls_print_footer_scripts' ); 94 94 95 // Check current scheme and load the preview with the same scheme96 $scheme = is_ssl() ? 'https' : 'http';97 95 $settings = array( 98 96 'theme' => $this->get_stylesheet(), 99 'preview' => esc_url( home_url( '/' , $scheme) ),97 'preview' => esc_url( home_url( '/' ) ), 100 98 'settings' => array(), 101 99 'controls' => array(),
Note: See TracChangeset
for help on using the changeset viewer.