Skip to content

Commit 37b5338

Browse files
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
1 parent b33420d commit 37b5338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-includes/taxonomy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ function register_taxonomy_for_object_type( $taxonomy, $object_type ) {
626626
/**
627627
* Fires after a taxonomy is registered for an object type.
628628
*
629-
* @since 5.0.0
629+
* @since 4.9.9
630630
*
631631
* @param string $taxonomy Taxonomy name.
632632
* @param string $object_type Name of the object type.
@@ -668,7 +668,7 @@ function unregister_taxonomy_for_object_type( $taxonomy, $object_type ) {
668668
/**
669669
* Fires after a taxonomy is unregistered for an object type.
670670
*
671-
* @since 5.0.0
671+
* @since 4.9.9
672672
*
673673
* @param string $taxonomy Taxonomy name.
674674
* @param string $object_type Name of the object type.

0 commit comments

Comments
 (0)