Opened 18 months ago
Last modified 9 days ago
#47955 new defect (bug)
feed-atom.php references old wp-atom.php xml:base
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 5.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Feeds | Keywords: | |
Focuses: | Cc: |
Description
wp-atom.php was a file removed, among some others, in version 3.3 but the template file for Atom based feeds was not updated to reflect.
xml:base="https://mydomain.com/wp-atom.php"
Since this base property is an optional one, we should likely have zero issue with removing it.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Just curious if we want to get this into perhaps 5.8 as well, since it's such a minuscule change and shouldn't be breaking of anything that I can think of.