Ticket #7963: admin-header.diff
File admin-header.diff, 626 bytes (added by , 16 years ago) |
---|
-
admin-header.php
93 93 <div id="wphead-info"> 94 94 <div id="user_info"> 95 95 <p><?php printf(__('Howdy, <a href="%1$s" title="Edit your profile">%2$s</a>'), 'profile.php', $user_identity) ?> | 96 <!--97 <?php _e('<a href="http://codex.wordpress.org/">Documentation</a>'); ?> |98 <?php _e('<a href="http://wordpress.org/support/forum/4">Feedback</a>'); ?> |99 -->100 96 <a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p> 101 97 </div> 102 98