AuthImage 3.0 的小 Bug

WordPress 1.5 加上AuthImage 3.0 當 User 己經 Login 以後,
若是使用者自己寫自己的 comment . 不需要輸入資料,
同時也不會看到 AuthImage 的畫面

這時寫完 comment 後,會出現錯誤訊息,說沒有輸入 Image Code Blah blah blah ….

在 wp-comment-post.php 的這兩行前加上一行
if ( !$user_ID)

// AuthImage
if ( !checkAICode($comment_code) )
die( __('Error: please enter the valid authorization code.') );

存檔就可以了,在我的 wp-comment-post.php 內是正常的.

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>