Opened 17 years ago
Closed 17 years ago
#9792 closed defect (bug) (fixed)
inconsistent name spaces hooks in rss/atom feeds
| Reported by: | Denis-de-Bernardy | Owned by: | westi |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Feeds | Version: | 2.8 |
| Severity: | normal | Keywords: | has-patch tested commit |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
"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.