diff --git a/wp-includes/post.php b/wp-includes/post.php index 0d624006d7..3e00f19876 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -2964,6 +2964,7 @@ function wp_get_recent_posts( $args = array(), $output = ARRAY_A ) { * @type string $guid Global Unique ID for referencing the post. Default empty. * @type array $post_category Array of category names, slugs, or IDs. * Defaults to value of the 'default_category' option. + * @type array $tags_input Array of tag names, slugs, or IDs. Default empty. * @type array $tax_input Array of taxonomy terms keyed by their taxonomy name. Default empty. * @type array $meta_input Array of post meta values keyed by their post meta key. Default empty. * } diff --git a/wp-includes/version.php b/wp-includes/version.php index 22b73cc145..39faa69cab 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-40924'; +$wp_version = '4.9-alpha-40925'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.