In the comment form I want to translate the text "Email Adress" (Adress is misspelled), for other string. How can do this?
Thanks for your assistance.
In the comment form I want to translate the text "Email Adress" (Adress is misspelled), for other string. How can do this?
Thanks for your assistance.
Hey,
you can find the text string in comments.php:
if ($comment_author == '') $comment_author = __('Name');
if ($comment_author_email == '') $comment_author_email = __('E-Mail Adress');Thanks. All work fine.
Glad that I could help you :)
You must log in to post.