diff --git a/wp-includes/comment-functions.php b/wp-includes/comment-functions.php index 9afc3a55a1..ce6c2d0e82 100644 --- a/wp-includes/comment-functions.php +++ b/wp-includes/comment-functions.php @@ -881,6 +881,7 @@ function get_page_of_comment( $comment_ID, $args = array() ) { 'fields' => 'ids', 'count' => true, 'status' => 'approve', + 'parent' => 0, 'date_query' => array( array( 'column' => "$wpdb->comments.comment_date_gmt", diff --git a/wp-includes/version.php b/wp-includes/version.php index ce6532f038..2ff85c26c0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34804'; +$wp_version = '4.4-alpha-34805'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.