Typo in function name
-
On line 72 of Shortcodes/Insert_Confirm_Forgot_Password.php, you have
esc_atrr
instead ofesc_attr
, which results in a PHP fatal error.Also, on line 35 you have
$CheckCookie['Username']
but don’t check to see if$CheckCookie
is false, as the function can return either $User or false – this gives a PHP warning when false.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.