From f4a4bb77f55a016dc6f078d82c2be4e5c4bede9c Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 26 May 2016 15:21:45 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@37578 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/taxonomy.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index ebc14ff127..c255962210 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/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 *