From 37b53387ff9817738e7979c97c91dc2633ffd3e5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 6 Sep 2018 07:48:32 +0000 Subject: [PATCH] Docs: Update `@since` version for `(un)registered_taxonomy_for_object_type` actions introduced in [43558]. See #44733. git-svn-id: https://develop.svn.wordpress.org/trunk@43631 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 427da60336..7a278323af 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 5.0.0 + * @since 4.9.9 * * @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 5.0.0 + * @since 4.9.9 * * @param string $taxonomy Taxonomy name. * @param string $object_type Name of the object type.