Changeset 1575 for trunk/wp-locations.php
- Timestamp:
- 08/30/2004 07:16:40 AM (21 years ago)
- 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 3 2 include('wp-blog-header.php'); 3 header('Content-type: text/xml; charset=' . get_settings('blog_charset')); 4 4 ?><?php echo "<?xml version=\"1.0\"?".">\n"; ?> 5 5 <travels>
Note: See TracChangeset
for help on using the changeset viewer.