Prune dead code. Props sivel. fixes #7963
git-svn-id: http://svn.automattic.com/wordpress/trunk@9338 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5ed9c32d49
commit
8f7da19ebb
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue