10up/10up-experience

Call to "ecc_html__" function

felipeelia opened this issue · 0 comments

Describe the bug

TenUpExperience\Authentication\Passwords::prevent_weak_password_auth contains a typo: instead of calling esc_html__() it tries to call ecc_html__() triggering a fatal error.

Steps to Reproduce

See it here: https://github.com/10up/10up-experience/blob/develop/includes/classes/Authentication/Passwords.php#L179

Expected behavior

It should call esc_html__()