I can't seem to figure this out, please help:
On wp-signup.php there's a password field shown to new users signing up for a blog that says:
(Leave fields blank for a random password to be generated.)
-I want to edit that language.
It looks like the password field and related language get pulled from this line in wp-signup.php:
do_action( 'signup_extra_fields' (line 143)
...But I can't figure out what file/hook/location signup_extra_fields is stored. Can someone point me in the right direction?
Much appreciated!