Make WordPress Core


Ignore:
Timestamp:
08/21/2008 02:25:14 AM (16 years ago)
Author:
azaozz
Message:

Some css cleanup and fixes after the merge, see #7552

File:
1 edited

Legend:

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

    r8691 r8697  
    2929        add_filter( 'admin_body_class', 'add_minwidth' );
    3030}
    31 
    32 $fixed_bar_pages = array( 'post.php', 'post-new.php', 'page.php', 'page-new.php' );
    33 if ( ! isset($fixed_bar) ) $fixed_bar = in_array( $the_current_page, $fixed_bar_pages ) ? true : false;
    3431
    3532get_admin_page_title();
     
    143140?>
    144141<div id="wpbody">
    145 
    146 <?php if ( ! $fixed_bar ) { ?>
    147142<div id="wpbody-content">
    148 <?php } ?>
Note: See TracChangeset for help on using the changeset viewer.