mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Some css cleanup and fixes after the merge, see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8697 602fd350-edb4-49c9-b593-d223f7449a82
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