Ticket #8527: get_children_post_status.diff
| File get_children_post_status.diff, 453 bytes (added by filosofo, 5 years ago) |
|---|
-
wp-includes/post.php
127 127 } 128 128 129 129 $defaults = array( 130 'numberposts' => -1, 'post_type' => ' ',131 'post_status' => ' ', 'post_parent' => 0130 'numberposts' => -1, 'post_type' => 'any', 131 'post_status' => 'any', 'post_parent' => 0, 132 132 ); 133 133 134 134 $r = wp_parse_args( $args, $defaults );