[wp-trac] [WordPress Trac] #4381: "type" in Atom Comments feed
comment links use blog name intead of content type
WordPress Trac
wp-trac at lists.automattic.com
Thu May 31 22:11:49 GMT 2007
#4381: "type" in Atom Comments feed comment links use blog name intead of content
type
----------------------------+-----------------------------------------------
Reporter: markjaquith | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.3
Component: Administration | Version: 2.2
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
Wrong:
{{{
<link rel="alternate"
href="http://markjaquith.local/~mark/wp/index.php/2007/04/19/test/#comment-1"
type="Trunk Blog" />
}}}
Right:
{{{
<link rel="alternate"
href="http://markjaquith.local/~mark/wp/index.php/2007/04/19/test/#comment-1"
type="text/html" />
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/4381>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list