Plugin Directory

Changeset 169967


Ignore:
Timestamp:
11/03/2009 12:13:12 PM (16 years ago)
Author:
mortay
Message:

Changed the system used to "capture" the page of Meneame, a prerequisite for taking the XML comments.

Location:
meneame-comments-to-wp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • meneame-comments-to-wp/trunk/meneame-comments.php

    r169949 r169967  
    66Author: Alejandro Carravedo (Blogestudio)
    77Author URI: http://blogestudio.com/
    8 Version: 0.0.15
     8Version: 0.0.16
    99Date: 2008-10-25 19:00:00
    1010*/
     
    178178    global $meneame_comments__defaults;
    179179   
    180     require_once(ABSPATH . WPINC . '/rss.php');
    181    
    182     $htmlObj = _fetch_remote_file($url);
    183     $htmlCode = $htmlObj->results;
     180    $htmlCode = file_get_contents($url);
    184181   
    185182    // Search Patterns
  • meneame-comments-to-wp/trunk/readme.txt

    r169949 r169967  
    33Tags: comments, meneame, rss
    44Tested up to: 2.8.5
    5 Stable tag: 0.0.15
     5Stable tag: 0.0.16
    66Requires at least: 2.5.1
    77
Note: See TracChangeset for help on using the changeset viewer.