RSS FEED

‘;
printf(__(‘RSS Error: %s’), $rss->get_error_message());
echo ‘

‘;
}
return;
}

if ( !$rss->get_item_quantity() ) {
echo ‘

Apparently, there is nothing happening on Reddit!

‘;
$rss->__destruct();
unset($rss);
return;
}

echo « 

\n »;
$rss->__destruct();
unset($rss);
?>