10up / 10up-experience

The 10up Experience plugin configures WordPress to better protect and inform clients, aligned to 10up’s best practices.
GNU General Public License v2.0
129 stars 27 forks source link

Call to "ecc_html__" function #71

Closed felipeelia closed 4 years ago

felipeelia commented 4 years ago

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__()