Changeset 4174
- Timestamp:
- 09/30/2016 10:19:35 AM (9 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
r4173 r4174 207 207 return $posts; 208 208 209 if ( ! is_array( $this->search_result ) )209 if ( ! is_array( $this->search_result ) || ! isset( $this->search_result['results'] ) ) { 210 210 return $posts; 211 } 211 212 212 213 // This class handles the heavy lifting of transparently switching blogs and inflating posts
Note: See TracChangeset
for help on using the changeset viewer.