function_exists() wrapper around fetch_rss() to allow for plugin replacement. Props Otto42. see #4547

git-svn-id: http://svn.automattic.com/wordpress/trunk@5845 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2007-08-03 01:39:36 +00:00
parent 25abcd1338
commit 9e21fb42fc

View File

@ -377,6 +377,7 @@ class MagpieRSS {
}
require_once( dirname(__FILE__) . '/class-snoopy.php');
if ( !function_exists('fetch_rss') ) :
function fetch_rss ($url) {
// initialize constants
init();
@ -503,6 +504,7 @@ function fetch_rss ($url) {
} // end if ( !MAGPIE_CACHE_ON ) {
} // end fetch_rss()
endif;
function _fetch_remote_file ($url, $headers = "" ) {
// Snoopy is an HTTP client in PHP