X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/ff81ee6e8304a1982a3ec4f5b134764a29d502cf..6c8f14c09105d0afa4c1574215c59b5021040e76:/wp-admin/admin-header.php diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index b994f7c5..f99934e5 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -1,72 +1,139 @@ - +<?php echo $admin_title; ?> + - - - - - -<?php bloginfo('name') ?> › <?php echo $title; ?> — WordPress - - - - - - - - - - - - - + + +"> - - - - - - - - - - - - - - - -

%s.'), $user_identity) ?> [, ]

+ +
+ + +
+ + + +
+set_parentage( $parent_file ); -if ( $parent_file == 'options-general.php' ) { - require(ABSPATH . '/wp-admin/options-head.php'); -} ?> + +
+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');