Changes between Version 2 and Version 7 of Ticket #49759
- Timestamp:
- 04/10/2020 04:56:13 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49759
- Property Keywords has-patch added
-
Ticket #49759 – Description
v2 v7 1 1 Background: #49738, #49755. 2 2 3 Some history on [https://developer.wordpress.org/reference/hooks/category_link/ category_link] and [https://developer.wordpress.org/reference/hooks/ category_link/ tag_link] filters:3 Some history on [https://developer.wordpress.org/reference/hooks/category_link/ category_link] and [https://developer.wordpress.org/reference/hooks/tag_link/ tag_link] filters: 4 4 * [15825] / #12659 turned `get_category_link()` and `get_tag_link()` into wrappers for `get_term_link()`, and marked the filters as "back compat" in a comment. 5 5 * [27827] / #27505 marked them as deprecated in favor of `term_link`, though the ticket does not explain why.