Opened 6 years ago
Closed 6 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: |
|
|---|---|---|---|
| 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 (3)
comment:1
markjaquith — 6 years ago
- Resolution set to fixed
- Status changed from new to closed
comment:2
markjaquith — 6 years ago
- Milestone changed from 2.3 to 2.2.1
- Resolution fixed deleted
- Status changed from closed to reopened
Targeting 2.2.1
comment:3
markjaquith — 6 years ago
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.

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