Add changelog entry for `publicly_queryable` argument in `register_taxonomy()`.

Missed in [36525].

Fixes #34491.
Built from https://develop.svn.wordpress.org/trunk@36564


git-svn-id: http://core.svn.wordpress.org/trunk@36531 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2016-02-17 22:04:32 +00:00
parent ca6726f331
commit 84350eb6b6
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36563';
$wp_version = '4.5-alpha-36564';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.