-
-
This is funny thought. This issue has been around for quite awhile now. Matt’s said ([wp-hackers] Decision time in re: admin rework) they wont change the “Howdy” to “hello” or “G’day” as its a localization specific (l10n). Thats true I can agree with that. But If you think proper greeting is important, you can try the following steps.
- Open */wp-admin/admin-header.php
- find on line 46
<div id="user_info"><p><?php printf(__('Howdy, <strong>%s</strong>.'), $user_identity) ?> [<a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>"><?php _e('Sign Out'); ?></a>, <a href="profile.php"><?php _e('My Profile'); ?></a>] </p></div> - Replace with
<div id="user_info"><p><?php echo __('Hello').', <strong>' $user_identity.'</strong>'; ?> [<a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>"><?php _e('Sign Out'); ?></a>, <a href="profile.php"><?php _e('My Profile'); ?></a>] </p></div>
g’day :p
Filed under WordPress.
-
- December 23, 2007 at 6:11 pm
- December 30, 2007 at 1:15 am
- 0.3
- url
-