From eb89b930517a424ec461615df4729b086774e519 Mon Sep 17 00:00:00 2001 From: Rodica-Elena Andronache Date: Mon, 21 Nov 2016 17:18:56 +0200 Subject: [PATCH] !!! Small change --- inc/customizer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/customizer.php b/inc/customizer.php index 45d145e..9fc9d1d 100644 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -53,7 +53,6 @@ function zillah_customize_register( $wp_customize ) { $wp_customize->add_setting('zillah_alt_layout', array( 'default' => false, 'sanitize_callback' => 'zillah_sanitize_checkbox', - 'transport' => 'postMessage', )); $wp_customize->add_control('zillah_alt_layout', array(