Make WordPress Core


Ignore:
Timestamp:
05/26/2016 03:21:45 PM (8 years ago)
Author:
DrewAPicture
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/taxonomy.php

    r37576 r37578  
    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
Note: See TracChangeset for help on using the changeset viewer.