diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index ebc14ff127..c255962210 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -3237,8 +3237,9 @@ function clean_term_cache($ids, $taxonomy = '', $clean_taxonomy = true) { /** * Retrieves the taxonomy relationship to the term object id. * - * Upstream functions (like `get_the_terms()` and `is_object_in_term()`) are responsible for populating the - * object-term relationship cache. The current function only fetches relationship data that is already in the cache. + * Upstream functions (like get_the_terms() and is_object_in_term()) are + * responsible for populating the object-term relationship cache. The current + * function only fetches relationship data that is already in the cache. * * @since 2.3.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index e2e54e684f..06d4d6e303 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37577'; +$wp_version = '4.6-alpha-37578'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.