Make WordPress Core

Changeset 1648


Ignore:
Timestamp:
09/14/2004 10:17:12 AM (22 years ago)
Author:
saxmatt
Message:

Moved visit link from menu to header, adjusted CSS to match and to also handle overflow better.

Location:
trunk/wp-admin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r1599 r1648  
    121121
    122122<div id="wphead">
    123 <h1><?php echo wptexturize(get_settings(('blogname'))); ?></h1>
     123<h1><?php echo wptexturize(get_settings(('blogname'))); ?> <span>(<a href="<?php echo get_settings('home') . '/' . get_settings('blogfilename'); ?>"><?php _e('View site') ?> &raquo;</a>)</span></h1>
    124124</div>
    125125
  • trunk/wp-admin/menu.php

    r1638 r1648  
    6363
    6464?>
    65     <li><a href="<?php echo get_settings('home') . '/' . get_settings('blogfilename'); ?>" title="<?php _e('View your site') ?>"><?php _e('View site') ?> &raquo;</a></li>
    6665    <li class="last"><a href="<?php echo get_settings('siteurl')
    6766     ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>"><?php printf(__('Logout (%s)'), $user_nickname) ?></a></li>
  • trunk/wp-admin/wp-admin.css

    r1538 r1648  
    439439#wphead {
    440440    background: url(../wp-images/header-shadow.png) #f2f2f2 repeat-x bottom;
    441     padding: 4px 0 0 5px;
     441    padding: 1px 5px 11px;
    442442}
    443443
     
    445445    font-size: 2.5em;
    446446    font-weight: normal;
    447     height: 1.5em;
    448     margin: 0;
     447    margin: 0;
     448}
     449
     450#wphead h1 span {
     451    font-size: .4em;
    449452}
    450453
Note: See TracChangeset for help on using the changeset viewer.