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
This commit is contained in:
Drew Jaynes 2016-05-26 15:22:27 +00:00
parent e742a17240
commit 9feb4113a2
2 changed files with 4 additions and 3 deletions

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
*

View File

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