Plugin Directory

Changeset 1319770


Ignore:
Timestamp:
01/02/2016 05:33:53 AM (10 years ago)
Author:
vividlteam
Message:

fix bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • thunder-port/trunk/simple_html_dom.php

    r1319769 r1319770  
    7676    // For sourceforge users: uncomment the next line and comment the retreive_url_contents line 2 lines down if it is not already done.
    7777    // $contents = file_get_contents($url, $use_include_path, $context, $offset);
    78     $contents = wp_remote_get($url, $use_include_path, $context, $offset);
     78    $contents = wp_remote_get($url);
    7979    $contents = wp_remote_retrieve_body( $contents );
    8080           
Note: See TracChangeset for help on using the changeset viewer.