When attempting to view or add comments using the smarty theme, the following error is produced:
Fatal error: Call to undefined function: comment_moderation() in /home/httpd/themes/smarty/smarty.theme on line 119
When attempting to view or add comments using the smarty theme, the following error is produced:
Fatal error: Call to undefined function: comment_moderation() in /home/httpd/themes/smarty/smarty.theme on line 119
Comments
Comment #1
ax commentedworks for me. there is no call to comment_moderation() in cvs smarty.theme. there is a variable "comment_moderation" in the comment templates. as this is never assigned, it just doesn't output anything.
closing.