Changeset 5177
- Timestamp:
- 03/28/2017 03:20:36 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/libs/site-search/jetpack-search.php
r5169 r5177 224 224 */ 225 225 public function search( $es_args ) { 226 $service_url = 'http ://public-api.wordpress.com/rest/v1/sites/' . $this->jetpack_blog_id . '/search';226 $service_url = 'https://public-api.wordpress.com/rest/v1/sites/' . $this->jetpack_blog_id . '/search'; 227 227 $json_es_args = json_encode( $es_args ); 228 228 $cache_key = md5( $json_es_args ); … … 242 242 ), 243 243 'timeout' => 10, 244 'user-agent' => ' jetpack_search',244 'user-agent' => 'WordPress.org/jetpack_search', 245 245 'body' => $json_es_args, 246 246 ) );
Note: See TracChangeset
for help on using the changeset viewer.