From c0aa2239a886156588ee67c71f3942796a287707 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 6 Sep 2018 07:49:24 +0000 Subject: [PATCH] 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 --- wp-includes/taxonomy.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 427da60336..7a278323af 100644 --- a/wp-includes/taxonomy.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index b68fa2312e..29a818c73b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.