Make WordPress Core

Ticket #7963: admin-header.diff

File admin-header.diff, 626 bytes (added by sivel, 16 years ago)
  • admin-header.php

     
    9393<div id="wphead-info">
    9494<div id="user_info">
    9595<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 -->
    10096<a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p>
    10197</div>
    10298