Ticket #8829 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Use 'the_category_rss' template function in Atompub backend.

Reported by: znarfor Owned by: josephscott
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

wp-app-category.diff Download (627 bytes) - added by znarfor 3 years ago.
wp-app.php.diff Download (630 bytes) - added by josephscott 3 years ago.
Minor style tweaks to original patch

Change History

znarfor3 years ago

  • Keywords has-patch added

Minor style tweaks to original patch

  • Cc joseph@… added
  • Owner changed from anonymous to josephscott
  • Component changed from General to AtomPub

comment:3   ryan3 years ago

  • Status changed from new to closed
  • Resolution set to fixed

(In [10727]) Use 'the_category_rss' template function in Atompub backend. Props znarfor, josephscott. fixes #8829

Note: See TracTickets for help on using tickets.