Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rami-elementor committed Jul 25, 2023
1 parent 6399526 commit 1204398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/customizer-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function hello_customizer_register( $wp_customize ) {
[
'type' => 'theme_mod',
'default' => 'off',
'transport'=>'postMessage',
'transport' => 'postMessage',
'capability' => 'edit_theme_options',
]
);
Expand All @@ -59,7 +59,7 @@ function hello_customizer_register( $wp_customize ) {
[
'type' => 'theme_mod',
'default' => 'on',
'transport'=>'postMessage',
'transport' => 'postMessage',
'capability' => 'edit_theme_options',
]
);
Expand Down

0 comments on commit 1204398

Please sign in to comment.