X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/7688c6ba71852cd89123b62b2d57683535e4702a..e9d988989fe37ab8c5f903e47fbe36e6e00dc51f:/wp-admin/admin-header.php?ds=sidebyside diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index a75fe7bb..ac793409 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -1,54 +1,196 @@ > -<?php bloginfo('name') ?> › <?php echo wp_specialchars( strip_tags( $title ) ); ?> — WordPress - +<?php echo $admin_title; ?> + - - - + +if ( get_user_setting('mfold') == 'f' ) + $admin_body_class .= ' folded'; + +if ( is_admin_bar_showing() ) + $admin_body_class .= ' admin-bar'; + +if ( $is_iphone ) { ?> + + - +"> + + +
+
+ +
parent_file = $parent_file; +$current_screen->parent_base = preg_replace('/\?.*$/', '', $parent_file); +$current_screen->parent_base = str_replace('.php', '', $current_screen->parent_base); ?> + +
+