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-links-opml.php

    r1355 r1575  
    11<?php
    2 $blog = 1; // Your blog's ID
    32$doing_rss = 1;
    4 header('Content-type: text/xml', true);
     3
    54require('wp-blog-header.php');
    6 
     5header('Content-type: text/xml; charset=' . get_settings('blog_charset'), true);
    76$link_cat = $_GET['link_cat'];
    87if ((empty($link_cat)) || ($link_cat == 'all') || ($link_cat == '0')) {
Note: See TracChangeset for help on using the changeset viewer.