Make WordPress Core

Changeset 1575 for trunk/wp-atom.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-atom.php

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