187a188
> 		remove_action('do_feed_rss', 'do_feed_rss', 10, 1);
444c445
< 		if(!function_exists('do_feed_rss2')) {
---
> 		if (!function_exists('do_feed_rss2')) {
445a447,448
> 		} else {
> 			do_feed_rss2($withcomments);
457a461,462
> 		} else {
> 			do_feed_rss2($withcomments);
459d463
< 		podPress_do_feed_rss2($withcomments);
467c471
< 		if(!function_exists('do_feed_rss2')) {
---
> 		if (!function_exists('do_feed_rss2')) {
468a473,474
> 		} else {
> 			do_feed_rss2($withcomments);
470d475
< 		do_feed_rss2($withcomments);
483c488
< 		if(!function_exists('do_feed_rss2')) {
---
> 		if (!function_exists('do_feed_rss2')) {
484a490,491
> 		} else {
> 			do_feed_rss2($withcomments);

