Opened 16 years ago
Closed 16 years ago
#9792 closed defect (bug) (fixed)
inconsistent name spaces hooks in rss/atom feeds
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | Feeds | Keywords: | has-patch tested commit |
Focuses: | Cc: |
Description
- atom: ns_atom
- atom/comments: ns_atom
- rss2: ns_rss2
- rss2/comments: ns_comments_rss2 since r11279
backward compat probably prevents to use ns_comments_atom.
either way, things should be consistent.
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
"atom_ns" and "rss2_ns" are general namespaces that both the general and comments feed can share while "rss2_comments_ns" may be used for adding namespaces to the comments feed only. I suggest adding "rss2_ns" to feed-rss2-comments.php and "atom_comments_ns" to feed-atom-comments.php.