forgot global $fp_params

This commit is contained in:
real_nowhereman 2008-05-11 14:16:53 +00:00
parent c2f84add53
commit b331e5870c

View File

@ -57,6 +57,7 @@
}
function comment_feed() {
global $fp_params;
echo "\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Get Comments RSS 2.0 Feed\" href=\"".
theme_comments_feed_link('rss2', $fp_params['entry'])
."\" />";