From 46bebf7dfbc74b66e112d5ab81fd0ed9c38c6dad Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Wed, 19 Dec 2018 02:05:41 +0000 Subject: [PATCH] Update `@since` tag on taxonomy hooks to be introduced in 5.1.0. The hooks were added in [43558] but pulled from the 4.9.x and 5.0.x series. Fixes #44733. git-svn-id: https://develop.svn.wordpress.org/trunk@44321 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/taxonomy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index 7598e2a337..b46416bc16 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/wp-includes/taxonomy.php @@ -626,7 +626,7 @@ function register_taxonomy_for_object_type( $taxonomy, $object_type ) { /** * Fires after a taxonomy is registered for an object type. * - * @since 4.9.9 + * @since 5.1.0 * * @param string $taxonomy Taxonomy name. * @param string $object_type Name of the object type. @@ -668,7 +668,7 @@ function unregister_taxonomy_for_object_type( $taxonomy, $object_type ) { /** * Fires after a taxonomy is unregistered for an object type. * - * @since 4.9.9 + * @since 5.1.0 * * @param string $taxonomy Taxonomy name. * @param string $object_type Name of the object type.