mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Postboxes drag/drop for all browsers, some base css fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9291 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -88,8 +88,6 @@ if ( '' == $blog_name )
|
||||
<?php } ?></h1>
|
||||
|
||||
<div id="wphead-info">
|
||||
<?php favorite_actions(); ?>
|
||||
|
||||
<div id="user_info">
|
||||
<p><?php printf(__('Howdy, <a href="%1$s" title="Edit your profile">%2$s</a>'), 'profile.php', $user_identity) ?> |
|
||||
<!--
|
||||
@@ -98,6 +96,8 @@ if ( '' == $blog_name )
|
||||
-->
|
||||
<a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p>
|
||||
</div>
|
||||
|
||||
<?php favorite_actions(); ?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user