Ticket #3903: admin-header-php.diff
| File admin-header-php.diff, 975 bytes (added by , 19 years ago) |
|---|
-
E:/EclipseWork/WordPressDev/wp-admin/admin-header.php
44 44 </head> 45 45 <body> 46 46 <div id="wphead"> 47 <h1><?php echo wptexturize( get_option(('blogname'))); ?> <span>(<a href="<?php echo get_option('home') . '/'; ?>"><?php _e('View site »') ?></a>)</span></h1>47 <h1><?php echo wptexturize(bloginfo('name')); ?> <span>(<a href="<?php echo get_option('home') . '/'; ?>"><?php _e('View site »') ?></a>)</span></h1> 48 48 </div> 49 49 <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> 50 50