Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 14 years ago

#862 closed defect (bug) (fixed)

wp-rss2.php doesn't include language element

Reported by: dnorman's profile dnorman Owned by: matt's profile matt
Milestone: Priority: normal
Severity: minor Version: 1.5
Component: General Keywords:
Focuses: Cc:

Description

The wp-rss2.php file does not include the <language>en</language> element for the channel. This is causing audio.weblogs.com to barf on it.

It's simple to add in... In line 29, just add:

<language>en</language>

Bonus points for using the actual weblog's configured language, instead of "en".

Change History (3)

#1 @dnorman
18 years ago

  • Patch set to No

#2 @anonymousbugger
18 years ago

Sorry language is an optional tag

#3 @matt
18 years ago

  • fixed_in_version set to 1.5
  • Owner changed from anonymous to matt
  • Resolution changed from 10 to 20
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.