Changeset 20051
- Timestamp:
- 02/29/2012 10:43:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/customize-controls.php
r20043 r20051 81 81 do_action( 'customize_controls_print_footer_scripts' ); 82 82 83 // Check current scheme and load the preview with the same scheme 84 $scheme = is_ssl() ? 'https' : 'http'; 83 85 $settings = array( 84 'preview' => esc_url( home_url( '/') ),86 'preview' => esc_url( get_home_url( null, '/', $scheme ) ), 85 87 'values' => array(), 86 88 'prefix' => WP_Customize_Setting::name_prefix,
Note: See TracChangeset
for help on using the changeset viewer.