Hi,
I request your help in fixing the error in Comment Section of the page
See the blog post
http://apps400.com/iphone-apps/chesssetart-journey-of-worlds-best-25-chess-sets.html
You'll find the error on Comments section
Warning: call_user_func(marisa_comment) [function.call-user-func]: First argument is expected to be a valid callback in /home/content/62/5490062/html/apps400/wp-includes/comment-template.php on line 1334
Navjot Singh answers:
In your theme's comment.php, find this line
<?php wp_list_comments('avatar_size=60&callback=marisa_comment'); ?>
and change it to
<?php wp_list_comments('avatar_size=60&callback=boothemes_comment'); ?>
apps400 comments:
Thanks