The 'FeedBurner E-mail Subscribe' block is outputting 4 arrays at the top of the page. It's things like the user array and site information. I can't seem to figure out why it's outputting the info and where it is coming from.
Anyone else seeing this?
Comments
Comment #1
dave reidThe problem is in the _feedburner_get_feed_features in feedburner.admin.inc. The line
var_export($matches); echo "\n\n";needs to be commented out. Sorry I forgot to remove that debugging info. I had fixed this a while ago on my local install, but I forgot about it. :/ I'll get this fixed in the development version.Comment #2
designerbrent commentedThanks Dave. That did the trick.
Comment #3
dave reidI committed this fix to 6.x just now.