• Greetings. I wanted to know how I can change the word “Howdy” after user name that is located in the upper right of the page to Welcome? Thank you in advance.

Viewing 1 replies (of 1 total)
  • I believe the one you want is /wp-admin/admin-header.php , line 108.
    Be very careful to change ONLY the word “Howdy”.

    line 108:

    <p><?php printf(__('Howdy, <a href="%1$s" title="Edit your profile">%2$s</a>'), 'profile.php', $user_identity) ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Modifying “Howdy” after user name’ is closed to new replies.