Make WordPress Core

Ticket #35467: 35467.patch

File 35467.patch, 590 bytes (added by sebastian.pisula, 9 years ago)
  • wp-includes/query.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    16451645                } else {
    16461646                        // Look for archive queries. Dates, categories, authors, search, post type archives.
    16471647
    1648                         if ( isset( $this->query['s'] ) ) {
     1648                        if ( isset( $this->query['s'] ) && strlen($this->query['s'] )) {
    16491649                                $this->is_search = true;
    16501650                        }
    16511651