Support » Plugins » Pingbacks and Trackbacks not working with OpenID plug-in

  • WordPress 2.7.1
    OpenID 3.2.2

    I had to make the following change to openid/comments.php:

    ***************
    *** 71,77 ****
    }

    // duplicate name and email check from wp-comments-post.php
    ! openid_require_name_email();

    return $comment;
    }
    --- 71,78 ----
    }

    // duplicate name and email check from wp-comments-post.php
    ! if ( $comment['comment_type'] == '')
    ! openid_require_name_email();

    return $comment;
    }

    With this change, Pingbacks and Trackbacks are again working for me.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Pingbacks and Trackbacks not working with OpenID plug-in’ is closed to new replies.