Changeset 169967
- Timestamp:
- 11/03/2009 12:13:12 PM (16 years ago)
- Location:
- meneame-comments-to-wp/trunk
- Files:
-
- 2 edited
-
meneame-comments.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
meneame-comments-to-wp/trunk/meneame-comments.php
r169949 r169967 6 6 Author: Alejandro Carravedo (Blogestudio) 7 7 Author URI: http://blogestudio.com/ 8 Version: 0.0.1 58 Version: 0.0.16 9 9 Date: 2008-10-25 19:00:00 10 10 */ … … 178 178 global $meneame_comments__defaults; 179 179 180 require_once(ABSPATH . WPINC . '/rss.php'); 181 182 $htmlObj = _fetch_remote_file($url); 183 $htmlCode = $htmlObj->results; 180 $htmlCode = file_get_contents($url); 184 181 185 182 // Search Patterns -
meneame-comments-to-wp/trunk/readme.txt
r169949 r169967 3 3 Tags: comments, meneame, rss 4 4 Tested up to: 2.8.5 5 Stable tag: 0.0.1 55 Stable tag: 0.0.16 6 6 Requires at least: 2.5.1 7 7
Note: See TracChangeset
for help on using the changeset viewer.