Opened 8 years ago
Closed 8 years ago
#3242 closed defect (bug) (duplicate)
Wrong reference for the _get_term_hierarchy() function
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Developer Hub | Keywords: | |
| Cc: |
Description
The documentation for the _get_term_hierarchy() function is not showing the correct source.
See here:
https://developer.wordpress.org/reference/functions/_get_term_hierarchy/#source
It also points to the wrong line-number on trac:
https://core.trac.wordpress.org/browser/tags/4.8/src/wp-includes/taxonomy.php#L3896
Here's the correct one:
https://core.trac.wordpress.org/browser/tags/4.8.3/src/wp-includes/taxonomy.php#L3154
Note: See
TracTickets for help on using
tickets.
Thanks for the report! Turns out this a duplicate of #2600.