Make WordPress Core


Ignore:
Timestamp:
05/04/2011 08:15:05 PM (15 years ago)
Author:
markjaquith
Message:

Big UI style update. props koopersmith. see #17324

File:
1 edited

Legend:

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

    r17695 r17800  
    102102
    103103<div id="wpwrap">
     104<?php require(ABSPATH . 'wp-admin/menu-header.php'); ?>
    104105<div id="wpcontent">
    105106<div id="wphead">
     
    131132?>
    132133
    133 <img id="header-logo" src="<?php echo esc_url( includes_url( 'images/blank.gif' ) ); ?>" alt="" width="32" height="32" />
     134<img id="header-logo" src="<?php echo esc_url( includes_url( 'images/blank.gif' ) ); ?>" alt="" width="16" height="16" />
    134135<h1 id="site-heading" <?php echo $title_class ?>>
    135136    <a href="<?php echo trailingslashit( get_bloginfo( 'url' ) ); ?>" title="<?php esc_attr_e('Visit Site') ?>">
     
    162163?></p>
    163164</div>
    164 
    165 <?php favorite_actions($current_screen); ?>
    166165</div>
    167166</div>
     
    170169<?php
    171170unset($title_class, $blog_name, $total_update_count, $update_title);
    172 
    173 require(ABSPATH . 'wp-admin/menu-header.php');
    174171
    175172$current_screen->parent_file = $parent_file;
Note: See TracChangeset for help on using the changeset viewer.