forgot global $fp_params
This commit is contained in:
parent
c2f84add53
commit
b331e5870c
@ -57,6 +57,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function comment_feed() {
|
function comment_feed() {
|
||||||
|
global $fp_params;
|
||||||
echo "\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Get Comments RSS 2.0 Feed\" href=\"".
|
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'])
|
theme_comments_feed_link('rss2', $fp_params['entry'])
|
||||||
."\" />";
|
."\" />";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user