Some css cleanup and fixes after the merge, see #7552
git-svn-id: http://svn.automattic.com/wordpress/trunk@8697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -29,9 +29,6 @@ if ( in_array( $the_current_page, $min_width_pages ) ) {
|
||||
add_filter( 'admin_body_class', 'add_minwidth' );
|
||||
}
|
||||
|
||||
$fixed_bar_pages = array( 'post.php', 'post-new.php', 'page.php', 'page-new.php' );
|
||||
if ( ! isset($fixed_bar) ) $fixed_bar = in_array( $the_current_page, $fixed_bar_pages ) ? true : false;
|
||||
|
||||
get_admin_page_title();
|
||||
|
||||
?>
|
||||
@@ -142,7 +139,4 @@ if ( $parent_file == 'options-general.php' ) {
|
||||
}
|
||||
?>
|
||||
<div id="wpbody">
|
||||
|
||||
<?php if ( ! $fixed_bar ) { ?>
|
||||
<div id="wpbody-content">
|
||||
<?php } ?>
|
||||
|
||||
Reference in New Issue
Block a user