Opened 18 years ago
Closed 18 years ago
#4381 closed defect (bug) (fixed)
"type" in Atom Comments feed comment links use blog name intead of content type
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.2.1 | Priority: | high |
Severity: | normal | Version: | 2.2 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
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" />
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [5617]) correct "type" in Atom comments feed alternate links. fixes #4381 for trunk