From 1204398a61b1b5b7a1c4dc8440cf70135cbb6cf2 Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Tue, 25 Jul 2023 04:26:31 -0700 Subject: [PATCH] Fix lint issues --- includes/customizer-functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/customizer-functions.php b/includes/customizer-functions.php index d9ac94f4..42b18371 100644 --- a/includes/customizer-functions.php +++ b/includes/customizer-functions.php @@ -32,7 +32,7 @@ function hello_customizer_register( $wp_customize ) { [ 'type' => 'theme_mod', 'default' => 'off', - 'transport'=>'postMessage', + 'transport' => 'postMessage', 'capability' => 'edit_theme_options', ] ); @@ -59,7 +59,7 @@ function hello_customizer_register( $wp_customize ) { [ 'type' => 'theme_mod', 'default' => 'on', - 'transport'=>'postMessage', + 'transport' => 'postMessage', 'capability' => 'edit_theme_options', ] );