From 3fb06d8ca6665cdfa6614619c8f21d4e5887af65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Ceslav=20Przywara?= Date: Wed, 16 Nov 2016 17:19:49 +0100 Subject: [PATCH] Small UX improvement: add for attribute to captcha label. --- all-in-one-wp-security/classes/wp-security-captcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all-in-one-wp-security/classes/wp-security-captcha.php b/all-in-one-wp-security/classes/wp-security-captcha.php index eee3876..c227ad4 100644 --- a/all-in-one-wp-security/classes/wp-security-captcha.php +++ b/all-in-one-wp-security/classes/wp-security-captcha.php @@ -14,7 +14,7 @@ function display_captcha_form() //if buddy press feature active add action hook so buddy press can display our errors properly on bp registration form do_action( 'bp_aiowps-captcha-answer_errors' ); } - $cap_form = '

'; + $cap_form = '

'; $cap_form .= '

'; $maths_question_output = $this->generate_maths_question(); $cap_form .= $maths_question_output . '

';