Changes between Version 1 and Version 2 of Ticket #49759
- Timestamp:
- 04/02/2020 02:27:00 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49759 – Description
v1 v2 3 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: 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 * [27827] / #27505 marked them as deprecated in favor of `term_link`, though the ticket does explain why.5 * [27827] / #27505 marked them as deprecated in favor of `term_link`, though the ticket does not explain why. 6 6 * [46684] / #48255 used `apply_filters_deprecated()` on them, so developers still using them now get a notice. 7 7