Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #54703, comment 5


Ignore:
Timestamp:
12/30/2021 09:50:33 PM (4 years ago)
Author:
rachelbaker
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54703, comment 5

    v1 v2  
    33Is 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. 
    44
     5It 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?