X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/177fd6fefd2e3d5a0ea6591c71d660cabdb3c1a4..61343b82c4f0da4c68e4c6373daafff4a81efdd1:/wp-admin/admin-header.php diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index 0185a986..00ad2996 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -1,75 +1,138 @@ - - > - - -<?php bloginfo('name') ?> › <?php echo wp_specialchars( strip_tags( $title ) ); ?> — WordPress +<?php echo $admin_title; ?> - - - - - +"> + + + +
+ +
- -

%2$s!'), 'profile.php', $user_identity) ?> | | Help') ?> | Forums') ?>

+
+set_parentage( $parent_file ); + +?> + +
+render_screen_meta(); + +if ( is_network_admin() ) + do_action('network_admin_notices'); +elseif ( is_user_admin() ) + do_action('user_admin_notices'); +else + do_action('admin_notices'); + +do_action('all_admin_notices'); + +if ( $parent_file == 'options-general.php' ) + require(ABSPATH . 'wp-admin/options-head.php');