Changeset 6548 for trunk/wp-admin/admin-header.php
- Timestamp:
- 01/04/2008 09:37:40 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r6544 r6548 42 42 <h1><?php bloginfo('name'); ?> <span id="viewsite"><a href="<?php echo get_option('home') . '/'; ?>"><?php _e('Visit Site') ?></a></span></h1> 43 43 </div> 44 <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(' SignOut'); ?></a>, <a href="profile.php"><?php _e('My Profile'); ?></a>] </p></div>44 <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('Log Out'); ?></a>, <a href="profile.php"><?php _e('My Profile'); ?></a>] </p></div> 45 45 46 46 <?php
Note: See TracChangeset
for help on using the changeset viewer.