MagpieRSS rss.php debug function is called out of scope
ENV: WordPress 2.3 +r6177
Repro: Always
1. At ~ line 870 of rss.php set MAGPIE_DEBUG 2
2. Add a sidebar feed widget
ACTUAL RESULT
Fatal error: Call to undefined function debug() in /var/www/wp/trunk/wp-includes/rss.php on line 466
EXPECTED RESULT
Debug output.
ADDITIONAL DETAILS
Function debug is part of RSSCache, and should be invoked as such. Though not sure where it and some other functions aren't static.
Not that it is likely that that RSSCache needs debugging, but I was lazy and was just going to use it in that file when I was investigating a different problem.