I am editing image.php and would like to remove the Subscribe to Comments RSS link. I tried removing <?php printRSSLink("Comments-image","",gettext("Subscribe to comments"),""); } ?> and keep getting an UNEXPECTED_END error. Any ideas? Thanks,
I realized that a { was being closed on that line so I replaced <?php printRSSLink("Comments-image","",gettext("Subscribe to comments"),""); } ?> with <?php } ?>. Now it works.
Comments