mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
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:
parent
ca6726f331
commit
84350eb6b6
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user