Make WordPress Core


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-locations.php

    r956 r1575  
    1 <?php $blog = 1; // enter your blog's ID
    2 header('Content-type: text/xml');
     1<?php
    32include('wp-blog-header.php');
     3header('Content-type: text/xml; charset=' . get_settings('blog_charset'));
    44?><?php echo "<?xml version=\"1.0\"?".">\n"; ?>
    55<travels>
Note: See TracChangeset for help on using the changeset viewer.