Bugfix: Spam protection question wasn't displayed.
This commit is contained in:
parent
74015cbd49
commit
25eafcee8f
@ -129,7 +129,7 @@ function plugin_aaspam_comment_form() {
|
||||
}
|
||||
|
||||
// echoes the question and the form part
|
||||
echo '<p><label class="textlabel" for="aaspam">' . $lang ['plugin'] ['accessibleantispam'] ['prefix'] . ' <strong>$question (*)</strong></label><br />
|
||||
echo '<p><label class="textlabel" for="aaspam">' . $lang ['plugin'] ['accessibleantispam'] ['prefix'] . ' <strong>' . $question . ' (*)</strong></label><br />
|
||||
<input type="text" name="aaspam" id="aaspam" /></p>';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user