Docs: Update @since version for (un)registered_taxonomy_for_object_type actions introduced in [43558].

See #44733.
Built from https://develop.svn.wordpress.org/trunk@43631


git-svn-id: http://core.svn.wordpress.org/trunk@43460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-09-06 07:49:24 +00:00
parent 1c2ff54037
commit c0aa2239a8
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43630';
$wp_version = '5.0-alpha-43631';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.