Opened 16 years ago
Closed 16 years ago
#9566 closed defect (bug) (fixed)
lastBuildDate should be used in rss/channel instead of pubDate
Reported by: | peaceablewhale | Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | Feeds | Keywords: | has-patch tested commit |
Focuses: | Cc: |
Description
lastBuildDate is the equivalent of atom:updated in RSS 2. According to the RSS Best Practices Profile, "The channel's lastBuildDate element indicates the last date and time the content of the feed was updated" while "The channel's pubDate element indicates the publication date and time of the feed's content". Since the current timestamp is generated by get_lastpostmodified, lastBuildDate should be used instead.
Attachments (1)
Change History (8)
#1
@
16 years ago
- Component changed from General to Feeds
- Keywords has-patch added
- Owner anonymous deleted
Note: See
TracTickets for help on using
tickets.
The problem in feed-rss2-comments.php will be fixed in #9577.