diff --git a/wp-includes/query.php b/wp-includes/query.php index 377e5a02ca..7df4a8601e 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -4854,10 +4854,6 @@ class WP_Query { $posts[] = $post; } } - $_p = array(); - foreach ( $posts as $post ) { - $_p[] = $post->ID; - } if ( ! empty( $posts ) ) { // Fetch cached term_ids for each post. Keyed by term_id for faster lookup. diff --git a/wp-includes/version.php b/wp-includes/version.php index 319441367a..9292b73c43 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35110'; +$wp_version = '4.4-alpha-35111'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.