Changeset 2854

Show
Ignore:
Timestamp:
09/08/05 21:01:54 (3 years ago)
Author:
ryan
Message:

Use wp_remote_fopen to fetch remote OPML. Props Cypher, davidhouse. fixes #1491

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/link-import.php

    r2714 r2854  
    9898 
    9999                if (isset($opml_url) && $opml_url != '') { 
    100                     $opml = implode('', file($opml_url)); 
     100                    $opml = wp_remote_fopen($opml_url); 
    101101                    include_once('link-parse-opml.php'); 
    102102