Make WordPress Core

Changeset 15928


Ignore:
Timestamp:
10/23/2010 12:17:33 PM (14 years ago)
Author:
dd32
Message:

Do not Query for posts on OPML exports, Fixes OPML export script 404'ing due to no pages matching 'wp-links-opml.php'. Fixes #15195

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-links-opml.php

    r15926 r15928  
    1313 */
    1414
    15 if ( empty($wp) ) {
    16     require_once('./wp-load.php');
    17     wp();
    18 }
     15require_once('./wp-load.php');
    1916
    2017header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true);
Note: See TracChangeset for help on using the changeset viewer.