Changeset 36278 for trunk/src/wp-includes/query.php
- Timestamp:
- 01/13/2016 04:36:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r36251 r36278 2776 2776 2777 2777 // If a search pattern is specified, load the posts that match. 2778 if ( ! empty( $q['s'] ) ) {2778 if ( strlen( $q['s'] ) ) { 2779 2779 $search = $this->parse_search( $q ); 2780 2780 }
Note: See TracChangeset
for help on using the changeset viewer.