hide login wrong password
hi
trying to change
ERROR: The password you entered for the username xxxxx is incorrect.
to something like this
ERROR: Invalid Username or Password.
did try
// hide warning
add_filter('login_errors', create_function('$a', "return '<b>Error:</b> Invalid Username or Password';"));
didn't work
Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.