Prune dead code. Props sivel. fixes #7963

git-svn-id: https://develop.svn.wordpress.org/trunk@9338 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-10-24 22:41:56 +00:00
parent c4d44b8978
commit 0eeb8d9c3e
1 changed files with 0 additions and 4 deletions

View File

@ -93,10 +93,6 @@ if ( '' == $blog_name )
<div id="wphead-info">
<div id="user_info">
<p><?php printf(__('Howdy, <a href="%1$s" title="Edit your profile">%2$s</a>'), 'profile.php', $user_identity) ?> |
<!--
<?php _e('<a href="http://codex.wordpress.org/">Documentation</a>'); ?> |
<?php _e('<a href="http://wordpress.org/support/forum/4">Feedback</a>'); ?> |
-->
<a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p>
</div>