Add a @since entry for the implementation of the $public argument in register_taxonomy().

See #21949


git-svn-id: https://develop.svn.wordpress.org/trunk@34516 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2015-09-24 20:15:29 +00:00
parent e1d433a233
commit 1e42aeb3c4

View File

@ -272,6 +272,7 @@ function is_taxonomy_hierarchical($taxonomy) {
* @since 2.3.0 * @since 2.3.0
* @since 4.2.0 Introduced `show_in_quick_edit` argument. * @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 `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 array $wp_taxonomies Registered taxonomies.
* @global WP $wp WP instance. * @global WP $wp WP instance.