Ticket #4381 (closed defect (bug): fixed)
"type" in Atom Comments feed comment links use blog name intead of content type
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 2.2.1 |
| Component: | Administration | Version: | 2.2 |
| Severity: | normal | Keywords: | |
| 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
comment:1
markjaquith — 5 years ago
- Status changed from new to closed
- Resolution set to fixed
comment:2
markjaquith — 5 years ago
- Status changed from closed to reopened
- Resolution fixed deleted
- Milestone changed from 2.3 to 2.2.1
Targeting 2.2.1
comment:3
markjaquith — 5 years ago
- Status changed from reopened to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

(In [5617]) correct "type" in Atom comments feed alternate links. fixes #4381 for trunk