#862 closed defect (bug) (fixed)
wp-rss2.php doesn't include language element
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
Note: See
TracTickets for help on using
tickets.
Sorry language is an optional tag