Bringing "Visit Site" link back because lack thereof caused massive confusion from people who didn't know to click on the blog title, so a helpful hint.

git-svn-id: https://develop.svn.wordpress.org/trunk@10168 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2008-12-10 09:26:23 +00:00
parent ec2fd8a0cc
commit 39b79d727f
2 changed files with 5 additions and 1 deletions

View File

@ -101,7 +101,7 @@ if ( function_exists('mb_strlen') ) {
}
?>
<img id="header-logo" src="../wp-includes/images/blank.gif" alt="" width="32" height="32" /> <h1 <?php echo $title_class ?>><a href="<?php echo trailingslashit( get_bloginfo('url') ); ?>" title="<?php _e('Visit site') ?>"><?php echo $blog_name ?></a></h1>
<img id="header-logo" src="../wp-includes/images/blank.gif" alt="" width="32" height="32" /> <h1 <?php echo $title_class ?>><a href="<?php echo trailingslashit( get_bloginfo('url') ); ?>" title="<?php _e('Visit site') ?>"><?php echo $blog_name ?> <span>&larr; <?php _e('Visit site') ?></span></a></h1>
<div id="wphead-info">
<div id="user_info">

View File

@ -787,6 +787,10 @@ div.comment-item:hover .row-actions {
padding: 12px 10px 5px;
}
#wphead h1 span {
font-size: 50%;
}
/* side admin menu */
#adminmenu * {
-webkit-user-select: none;