Make WordPress Core

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: markjaquith's profile markjaquith 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)

#1 @markjaquith
18 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

#2 @markjaquith
18 years ago

  • Milestone changed from 2.3 to 2.2.1
  • Resolution fixed deleted
  • Status changed from closed to reopened

Targeting 2.2.1

#3 @markjaquith
18 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

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

Note: See TracTickets for help on using tickets.