From 9feb4113a24bdafa37035632141409a248062f31 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 26 May 2016 15:22:27 +0000 Subject: [PATCH] Docs: Remove unnecessary backtick-escaping around two function references in the DocBlock for `get_object_term_cache()`. Known classes, methods, and functions are now auto-linked and formatted in the Code Reference. :-) See [37573]. See #36814. Built from https://develop.svn.wordpress.org/trunk@37578 git-svn-id: http://core.svn.wordpress.org/trunk@37546 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/taxonomy.php | 5 +++-- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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.