Make WordPress Core

Changeset 1575 for trunk/wp-rss2.php


Ignore:
Timestamp:
08/30/2004 07:16:40 AM (21 years ago)
Author:
saxmatt
Message:

Vanquishing the terror of iso-8859-1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-rss2.php

    r1485 r1575  
    77}
    88
    9 header('Content-type: text/xml', true);
     9header('Content-type: text/xml; charset=' . get_settings('blog_charset'), true);
    1010$more = 1;
    1111
Note: See TracChangeset for help on using the changeset viewer.