Skip to content

Commit 93ec92c

Browse files
DrewAPictureDrewAPicture
authored andcommitted
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
1 parent b0603c7 commit 93ec92c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/wp-includes/taxonomy.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3237,8 +3237,9 @@ function clean_term_cache($ids, $taxonomy = '', $clean_taxonomy = true) {
32373237
/**
32383238
* Retrieves the taxonomy relationship to the term object id.
32393239
*
3240-
* Upstream functions (like `get_the_terms()` and `is_object_in_term()`) are responsible for populating the
3241-
* object-term relationship cache. The current function only fetches relationship data that is already in the cache.
3240+
* Upstream functions (like get_the_terms() and is_object_in_term()) are
3241+
* responsible for populating the object-term relationship cache. The current
3242+
* function only fetches relationship data that is already in the cache.
32423243
*
32433244
* @since 2.3.0
32443245
*

0 commit comments

Comments
 (0)