#18384 closed enhancement (fixed)
Remove the old root feed files
Reported by: | nacin | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Feeds | Keywords: | |
Focuses: | Cc: |
Description
These files can all go:
- wp-feed.php
- wp-rss2.php
- wp-rss.php
- wp-atom.php
- wp-commentsrss2.php
- wp-rdf.php
We can keep them in the rewrite rules (in compressed form) and then catch them in canonical, and continue to redirect them there.
Additionally, we will not add these files to $_old_files
, so they won't be removed on upgrade. Of course, they are safe to remove, but it'll minimize breakage of lame use of these files.
See also #4967, the EOL of RSS 0.92 and RDF.
Change History (3)
Note: See
TracTickets for help on using
tickets.
In [18540]: