diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 81b16125cc..bed3894334 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -3025,7 +3025,7 @@ function clean_term_cache($ids, $taxonomy = '', $clean_taxonomy = true) { * function only fetches relationship data that is already in the cache. * * @since 2.3.0 - * @since 4.6.2 Returns a WP_Error object if get_term() returns an error for + * @since 4.7.0 Returns a WP_Error object if get_term() returns an error for * any of the matched terms. * * @param int $id Term object ID. diff --git a/wp-includes/version.php b/wp-includes/version.php index e41203d754..2a82d46598 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39471'; +$wp_version = '4.8-alpha-39475'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.