Changes between Version 1 and Version 2 of Ticket #54703, comment 5
- Timestamp:
- 12/30/2021 09:50:33 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54703, comment 5
v1 v2 3 3 Is it possible for `$href` to be an empty string in the output of the other template uses of this function? (post type, taxonomy, author, etc). Trying to understand the implications of the empty string check in one condition of this MEATY function. 4 4 5 It feels off that we would duplicate the `feed_links_show_comments_feed` filter but NOT the `feed_links_show_posts_feed` filter. For `posts` post_type archives wouldn't the same issue be present?