Hi guys,
I've found a small issue when adding comments. I do require only name field because I've captcha enabled however I have to type site address when I want to add a comment. The email and website fields are disabled in the comments config.
Thanks
Comments
line 995 of functions.php needs to read ` if (getOption('comment_web_required') && (empty($website) || !isValidURL($website))) { return -4; }`