diff --git a/wp-includes/query.php b/wp-includes/query.php index 87d74ba242..881b9959c6 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -3644,7 +3644,6 @@ class WP_Query { $this->is_attachment = true; } $post_status_obj = get_post_status_object($status); - //$type = get_post_type($this->posts[0]); // If the post_status was specifically requested, let it pass through. if ( !$post_status_obj->public && ! in_array( $status, $q_status ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 1e35c458dd..2ef065e69e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36126'; +$wp_version = '4.5-alpha-36127'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.