Skip to content

Commit

Permalink
Redo of #7267 (#12098)
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom authored Apr 19, 2019
1 parent 9bc1f0e commit c3eb409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions class.jetpack-jitm.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ function get_messages( $message_path, $query ) {
'external_user_id' => urlencode_deep( $user->ID ),
'query_string' => urlencode_deep( $query ),
'mobile_browser' => jetpack_is_mobile( 'smart' ) ? 1 : 0,
'_locale' => get_user_locale(),
), sprintf( '/sites/%d/jitm/%s', $site_id, $message_path ) );

// attempt to get from cache
Expand Down

0 comments on commit c3eb409

Please sign in to comment.