diff --git a/wp-includes/post.php b/wp-includes/post.php index 3ace72d6d9..ef1bd2dcb3 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -464,7 +464,7 @@ function get_posts($args = null) { 'order' => 'DESC', 'include' => '', 'exclude' => '', 'meta_key' => '', 'meta_value' =>'', 'post_type' => 'post', - 'post_parent' => 0, 'suppress_filters' => true + 'suppress_filters' => true ); $r = wp_parse_args( $args, $defaults );