mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Favourites drop-down styling
git-svn-id: https://develop.svn.wordpress.org/trunk@9240 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -86,7 +86,6 @@ if ( '' == $blog_name )
|
||||
<a href="#edit_settings" id="hide-settings-link" class="show-settings" style="display:none;"><?php _e('Hide Options') ?></a>
|
||||
</span>
|
||||
<?php } ?></h1>
|
||||
</div>
|
||||
|
||||
<div id="wphead-info">
|
||||
<?php favorite_actions(); ?>
|
||||
@@ -100,6 +99,9 @@ if ( '' == $blog_name )
|
||||
<a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<?php
|
||||
require(ABSPATH . 'wp-admin/menu-header.php');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user