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:
Andrew Ozz
2008-10-22 22:08:58 +00:00
parent a11ad49d80
commit 837b1b51bc
10 changed files with 174 additions and 104 deletions
+2 -2
View File
@@ -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>