Make WordPress Core

Changeset 36127


Ignore:
Timestamp:
12/31/2015 02:22:26 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Query: Remove a stray debug line from WP_Query::get_posts().

Props dlh.
Fixes #35271.

File:
1 edited

Legend:

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

    r36074 r36127  
    36453645            }
    36463646            $post_status_obj = get_post_status_object($status);
    3647             //$type = get_post_type($this->posts[0]);
    36483647
    36493648            // If the post_status was specifically requested, let it pass through.
Note: See TracChangeset for help on using the changeset viewer.