Make WordPress Core


Ignore:
Timestamp:
03/18/2018 02:22:09 PM (7 years ago)
Author:
ocean90
Message:

Pinking shears.

See #41057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-query.php

    r42768 r42843  
    31643164                $this->found_posts = count( $this->posts );
    31653165            } else {
    3166                 if ( null === $this->posts ) { 
     3166                if ( null === $this->posts ) {
    31673167                    $this->found_posts = 0;
    31683168                } else {
Note: See TracChangeset for help on using the changeset viewer.