RSSCache::debug( $debugmsg,  $lvl = E_USER_NOTICE )


Description Description


Source Source

File: wp-includes/rss.php

			function debug ($debugmsg, $lvl=E_USER_NOTICE) {
		if ( MAGPIE_DEBUG ) {
			$this->error("MagpieRSS [debug] $debugmsg", $lvl);
		}
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.