From 658ff7a5816a31692334539e7844de4a6d8e09c5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 5 Feb 2020 06:31:05 +0000 Subject: [PATCH] Docs: Add a `@since` note for [47186]. See #48558. git-svn-id: https://develop.svn.wordpress.org/trunk@47187 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 91ac0cdb24..59814046f4 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/wp-includes/taxonomy.php @@ -334,6 +334,7 @@ function is_taxonomy_hierarchical( $taxonomy ) { * @since 4.7.0 Introduced `show_in_rest`, 'rest_base' and 'rest_controller_class' * arguments to register the Taxonomy in REST API. * @since 5.1.0 Introduced `meta_box_sanitize_cb` argument. + * @since 5.4.0 Added the registered taxonomy object as a return value. * * @global array $wp_taxonomies Registered taxonomies. *