[wp-trac] [WordPress Trac] #8828: Tags and Categories are undifferentiable in Atom and RSS feeds

WordPress Trac noreply at wordpress.org
Fri Jun 28 16:46:58 UTC 2024


#8828: Tags and Categories are undifferentiable in Atom and RSS feeds
-------------------------+-----------------------------
 Reporter:  znarfor      |       Owner:  (none)
     Type:  enhancement  |      Status:  new
 Priority:  low          |   Milestone:  Future Release
Component:  Feeds        |     Version:  2.7
 Severity:  minor        |  Resolution:
 Keywords:  has-patch    |     Focuses:
-------------------------+-----------------------------

Comment (by tw2113):

 Atom Feed `<category>` element before:


 {{{
 <category scheme="https://wpcore.test" term="test category" />
 }}}

 Atom Feed `<category>` element after:


 {{{
 <category scheme="https://wpcore.test/category/" term="test category"
 label="test category" />
 }}}

 RSS Feed `<category>` element before:


 {{{
 <category><![CDATA[test category]]></category>
 }}}

 RSS Feed `<category>` element after:


 {{{
 <category domain="category"><![CDATA[test category]]></category>
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/8828#comment:13>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list