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
This commit is contained in:
Drew Jaynes 2016-05-26 15:21:45 +00:00
parent 08e8157d25
commit f4a4bb77f5

View File

@ -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
*