Skip to content

Commit

Permalink
Sync minor change from wp.com (#16078)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibrown authored Jun 15, 2020
1 parent dd6c80b commit 4412f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/search/class-jetpack-instant-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ protected function inject_javascript_options() {
'homeUrl' => home_url(),
'locale' => str_replace( '_', '-', Jetpack_Search_Helpers::is_valid_locale( get_locale() ) ? get_locale() : 'en_US' ),
'postsPerPage' => $posts_per_page,
'siteId' => Jetpack::get_option( 'id' ),
'siteId' => $this->jetpack_blog_id,

'postTypes' => $post_type_labels,
'widgets' => array_values( $widgets ),
Expand Down

0 comments on commit 4412f80

Please sign in to comment.