|
|
@@ -304,18 +304,18 @@
|
|
|
<listitem>
|
|
|
<para>
|
|
|
<methodname>isValid($value, $context = null)</methodname> validates the user's
|
|
|
- input against the ReCaptcha service. $value is an array with the following
|
|
|
+ input against the ReCaptcha service. <varname>$value</varname> is an array with the following
|
|
|
keys:
|
|
|
<itemizedlist>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- recaptcha_challenge_field - Value of the ReCaptcha widget's
|
|
|
+ <varname>recaptcha_challenge_field</varname> - Value of the ReCaptcha widget's
|
|
|
challenge field (hidden)
|
|
|
</para>
|
|
|
</listitem>
|
|
|
<listitem>
|
|
|
<para>
|
|
|
- recaptcha_response_field - Value of the ReCaptcha widget's
|
|
|
+ <varname>recaptcha_response_field</varname> - Value of the ReCaptcha widget's
|
|
|
user input field
|
|
|
</para>
|
|
|
</listitem>
|