Make WordPress Core

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


Ignore:
Timestamp:
09/24/2015 10:52:55 AM (10 years ago)
Author:
swissspidy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33920, comment 5

    v1 v2  
    33While testing I noticed that WordPress doesn't properly redirect feed URLs, even with the patch applied.
    44
    5 * /old-slug/feed/ doesn't redirect to /new-slug/feed/ but instead shows a feed for a non-existent post.
    6 * /old-slug/trackback/ redirects to /new-slug/
     5/old-slug/feed/ doesn't redirect to /new-slug/feed/ but instead shows a feed for a non-existent post.
    76
    87This is because feeds and trackbacks are pretty much hardcoded and not added via add_rewrite_endpoint.