diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 1dfcf4d9c5..be19a14148 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -558,7 +558,6 @@ function register_taxonomy( $taxonomy, $object_type, $args = array() ) { * * @since 4.5.0 * - * @global WP $wp Current WordPress environment instance. * @global WP_Taxonomy[] $wp_taxonomies List of taxonomies. * * @param string $taxonomy Taxonomy name. @@ -4522,6 +4521,8 @@ function wp_get_split_term( $old_term_id, $taxonomy ) { * * @since 4.4.0 * + * @global wpdb $wpdb WordPress database abstraction object. + * * @param int $term_id Term ID. * @return bool Returns false if a term is not shared between multiple taxonomies or * if splitting shared taxonomy terms is finished. diff --git a/wp-includes/version.php b/wp-includes/version.php index 30d4c01cfd..0e04319a1d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54791'; +$wp_version = '6.2-alpha-54794'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.