Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
noblogs-wp
Commits
f58ec997
Commit
f58ec997
authored
Aug 22, 2015
by
ale
Committed by
lucha
Dec 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix recaptcha validate_user_signup hook
parent
a0e89699
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wp-content/plugins/wp-recaptcha-bp/recaptcha.php
wp-content/plugins/wp-recaptcha-bp/recaptcha.php
+1
-1
No files found.
wp-content/plugins/wp-recaptcha-bp/recaptcha.php
View file @
f58ec997
...
...
@@ -252,7 +252,7 @@ class ReCAPTCHAPlugin extends WPPlugin
$_POST
[
'g-recaptcha-response'
]
==
''
)
{
$result
[
'errors'
]
->
add
(
'blank_captcha'
,
$this
->
options
[
'no_response_error'
]);
return
$result
[
'errors'
]
;
return
$result
;
}
if
(
$this
->
_reCaptchaLib
==
null
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment