From 1afe1da2166f2ce414474f50eafd3f1c051015fa Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Wed, 17 Feb 2016 22:03:50 +0000 Subject: [PATCH] Add changelog entry for `publicly_queryable` argument in `register_taxonomy()`. Missed in [36525]. Fixes #34491. git-svn-id: https://develop.svn.wordpress.org/trunk@36564 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/taxonomy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index 0164b0f803..0fe83d6ee3 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/wp-includes/taxonomy.php @@ -272,6 +272,7 @@ function is_taxonomy_hierarchical($taxonomy) { * @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. + * @since 4.5.0 Introduced `publicly_queryable` argument. * * @global array $wp_taxonomies Registered taxonomies. * @global WP $wp WP instance.