Changeset 5845
- Timestamp:
- 08/03/2007 01:39:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rss.php
r5776 r5845 378 378 require_once( dirname(__FILE__) . '/class-snoopy.php'); 379 379 380 if ( !function_exists('fetch_rss') ) : 380 381 function fetch_rss ($url) { 381 382 // initialize constants … … 504 505 } // end if ( !MAGPIE_CACHE_ON ) { 505 506 } // end fetch_rss() 507 endif; 506 508 507 509 function _fetch_remote_file ($url, $headers = "" ) {
Note: See TracChangeset
for help on using the changeset viewer.