Ticket #11330: 11330.6.diff
| File 11330.6.diff, 453 bytes (added by , 12 years ago) |
|---|
-
src/wp-includes/query.php
2482 2482 // If a search pattern is specified, load the posts that match. 2483 2483 if ( ! empty( $q['s'] ) ) { 2484 2484 $search = $this->parse_search( $q ); 2485 } elseif ( ! $this->is_admin && $this->is_search ) {2486 $search = ' AND 0';2487 2485 } 2488 2486 2489 2487 /**