Skip to content

Commit fa9d9e1

Browse files
committed
All: Fix Algolia suggestions
Follows-up 4448a54.
1 parent 4448a54 commit fa9d9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/functions.jquery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function jq_posts_per_page($limits) {
205205
function jq_the_algolia_docsearch() {
206206
$sites = jquery_sites();
207207
$docsearch = isset( $sites[ JQUERY_LIVE_SITE ]['algolia_docsearch']['apiKey'] )
208-
? $sites[ JQUERY_LIVE_SITE ]['xfn-rel-me']['algolia_docsearch']
208+
? $sites[ JQUERY_LIVE_SITE ]['algolia_docsearch']
209209
: null;
210210

211211
if ( $docsearch ) :

0 commit comments

Comments
 (0)