From bef8977ea16c74a3dce77fdd1756b6721ce82cda Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 24 Sep 2015 20:16:26 +0000 Subject: [PATCH] Add a `@since` entry for the implementation of the `$public` argument in `register_taxonomy()`. See #21949 Built from https://develop.svn.wordpress.org/trunk@34516 git-svn-id: http://core.svn.wordpress.org/trunk@34480 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/taxonomy-functions.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/taxonomy-functions.php b/wp-includes/taxonomy-functions.php index 36fdece63c..0e2454e5a0 100644 --- a/wp-includes/taxonomy-functions.php +++ b/wp-includes/taxonomy-functions.php @@ -272,6 +272,7 @@ function is_taxonomy_hierarchical($taxonomy) { * @since 2.3.0 * @since 4.2.0 Introduced `show_in_quick_edit` argument. * @since 4.4.0 The `show_ui` argument is now enforced on the term editing screen. + * @since 4.4.0 The `public` argument now controls whether the taxonomy can be queried on the front-end. * * @global array $wp_taxonomies Registered taxonomies. * @global WP $wp WP instance. diff --git a/wp-includes/version.php b/wp-includes/version.php index 02589a62a5..04bdc39e44 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34515'; +$wp_version = '4.4-alpha-34516'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.