Opened 4 years ago
Closed 4 years ago
#8829 closed enhancement (fixed)
Use 'the_category_rss' template function in Atompub backend.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | AtomPub | Version: | 2.7 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | joseph@… |
Description
Fundamentaly, wp-app.php and feed-atom.php outputs are handled separetely, resulting in inconsistencies. I understand this can be difficult to fix completely, but we can move forward with simple and easy steps.
The current problem is that tags are not displayed in wp-app.php output. Replacing the current code by the standard the_category_rss('atom') fix that, avoid to repeat code and should be more straightforward.
Attachments (2)
Change History (5)
josephscott — 4 years ago
comment:2
josephscott — 4 years ago
- Cc joseph@… added
- Component changed from General to AtomPub
- Owner changed from anonymous to josephscott
Note: See
TracTickets for help on using
tickets.

Minor style tweaks to original patch