Ticket #35467: 35467.patch
File 35467.patch, 590 bytes (added by , 9 years ago) |
---|
-
wp-includes/query.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
1645 1645 } else { 1646 1646 // Look for archive queries. Dates, categories, authors, search, post type archives. 1647 1647 1648 if ( isset( $this->query['s'] ) ) {1648 if ( isset( $this->query['s'] ) && strlen($this->query['s'] )) { 1649 1649 $this->is_search = true; 1650 1650 } 1651 1651