diff --git a/wp-includes/post-functions.php b/wp-includes/post-functions.php index 58961fe025..34452c462e 100644 --- a/wp-includes/post-functions.php +++ b/wp-includes/post-functions.php @@ -1610,7 +1610,7 @@ function is_post_type_viewable( $post_type_object ) { */ function get_posts( $args = null ) { $defaults = array( - 'numberposts' => 5, 'offset' => 0, + 'numberposts' => 5, 'category' => 0, 'orderby' => 'date', 'order' => 'DESC', 'include' => array(), 'exclude' => array(), 'meta_key' => '', diff --git a/wp-includes/version.php b/wp-includes/version.php index 63b903f6d0..73527bad08 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta1-35416'; +$wp_version = '4.4-beta1-35417'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.