mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-17 08:05:21 +01:00
git-svn-id: http://svn.automattic.com/wordpress/trunk@20057 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8c1c5bc112
commit
ea9d2e26af
@ -83,7 +83,7 @@ do_action( 'customize_controls_print_scripts' );
|
||||
// Check current scheme and load the preview with the same scheme
|
||||
$scheme = is_ssl() ? 'https' : 'http';
|
||||
$settings = array(
|
||||
'preview' => esc_url( get_home_url( null, '/', $scheme ) ),
|
||||
'preview' => esc_url( home_url( '/', $scheme ) ),
|
||||
'values' => array(),
|
||||
'prefix' => WP_Customize_Setting::name_prefix,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user