• Resolved kayrosedesign

    (@kayrosedesign)


    I’m currently adding comments to a wordpress 3.0 blog, the comment form comes up fine yet that actual comments themselves are displayed as:
    Warning: call_user_func(twentyten_comment) [function.call-user-func]: First argument is expected to be a valid callback in C:\wamp\www\wordpress\wp-includes\comment-template.php on line 1335

    Anyone know what it could be. I’m not at all at ease with the new comments template yet so I have no idea what I’m doing, I might aswell be honest ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • did you use this line from Twenty Ten ?

    wp_list_comments( array( 'callback' => 'twentyten_comment' ) );

    do you have a function with then name ‘twentyten_comment()’ in your functions.php?

    if not, try to use ‘wp_list_comments();’ without a callback.

    Thread Starter kayrosedesign

    (@kayrosedesign)

    My friend you are indeed correct. A long, late night has made me look a complete idiot, but anyway thanks for the help! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting an error when trying to use 3.0 comments’ is closed to new replies.