Ex:
in the sidebar under comments plugin sections appear the following commentThis is my comment
The problem is in fileThis is my commentComment()
at this lineserendipity_plugin_comment.php
So could be a problem in Serendipity plugin API.serendipity_plugin_api::hook_event('frontend_display', $entry);
I've just commented out this line and all things works fine, but I don't think this is a good solution ( if the line there was maybe was usefull for something
Anyone knows the truth?
thank you