Changeset 4991
- Timestamp:
- 02/23/2017 05:53:57 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
r4990 r4991 189 189 'timeout' => 10, 190 190 'user-agent' => 'jetpack_search', 191 'body' => json_encode( $es_args ),191 'body' => $json_es_args, 192 192 ) ); 193 193
Note: See TracChangeset
for help on using the changeset viewer.