Make WordPress Core

Opened 21 years ago

Closed 21 years ago

#913 closed defect (bug) (duplicate)

RSS feeds pubDate element shouldn't use translation

Reported by: gbhugo's profile gbhugo Owned by: ryan's profile ryan
Milestone: Priority: normal
Severity: major Version: 1.5
Component: General Keywords:
Focuses: Cc:

Description

The mysql2date function uses the global weekday_abbrev to replace the "D" in the format string. That array is translated. That's fine with dates that are presented to users, but it is fatal with feeds that are presented to machines. pubDate must be a valid RFC 822 date and the translation process will break that if the abbreviated weekday names aren't identical in the translation to the english version.

Check the <a href="http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fhugo.muensterland.org%2Ffeed%2F">output of the validator for my feed</a> for an example.

Change History (3)

#1 @gbhugo
21 years ago

  • Patch set to No

#2 @anonymousbugger
21 years ago

see: #0000924

edited on: 02-20-05 09:13

#3 @ryan
21 years ago

  • duplicate_id changed from 0 to 924
  • Owner changed from anonymous to rboren
  • Resolution changed from 10 to 60
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.