Make WordPress Core

Changeset 10175


Ignore:
Timestamp:
12/10/2008 06:43:43 PM (16 years ago)
Author:
ryan
Message:

OPML import fixes

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/opml.php

    r10174 r10175  
    1717
    1818    function dispatch() {
     19        global $wpdb, $user_ID;
    1920$step = $_POST['step'];
    2021if (!$step) $step = 0;
     
    102103        }
    103104
     105        global $opml, $updated_timestamp, $all_links, $map, $names, $urls, $targets, $descriptions, $feeds;
    104106        if ( isset($opml_url) && $opml_url != '' ) {
    105107            if ( $blogrolling === true ) {
  • trunk/wp-admin/link-parse-opml.php

    r8645 r10175  
    99/** Load WordPress Bootstrap */
    1010require_once('../wp-load.php');
     11
     12global $opml, $map;
    1113
    1214// columns we wish to find are:  link_url, link_name, link_target, link_description
Note: See TracChangeset for help on using the changeset viewer.