Skip to content

Commit

Permalink
Fix search widget log.
Browse files Browse the repository at this point in the history
  • Loading branch information
sotirispl committed Dec 19, 2024
1 parent cab5e22 commit cdd4496
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ public function auto_config_overlay_sidebar_widgets() {

// Init overlay sidebar if it doesn't exists.
if ( ! isset( $sidebars[ self::INSTANT_SEARCH_SIDEBAR ] ) ) {
$this->register_jetpack_instant_sidebar();
$sidebars[ self::INSTANT_SEARCH_SIDEBAR ] = array();
}

Expand Down

0 comments on commit cdd4496

Please sign in to comment.