From cf458a871ddc578ffa2cb2b8d2148ae4f3f1e95f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 23 Jun 2017 21:27:44 +0000 Subject: [PATCH] Docs: Document `tags_input` parameter in `wp_insert_post()`. Props barryceelen. Fixes #41137. Built from https://develop.svn.wordpress.org/trunk@40925 git-svn-id: http://core.svn.wordpress.org/trunk@40775 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.