First pass at upgrade notification for core, see #1476. Also includes some minor footer styling changes.

git-svn-id: https://develop.svn.wordpress.org/trunk@5892 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2007-08-17 10:33:52 +00:00
parent 11da2ac829
commit f6c6582ff3
7 changed files with 133 additions and 20 deletions

View File

@@ -42,7 +42,7 @@ else if ( isset($plugin_page) )
do_action('admin_head');
?>
</head>
<body>
<body class="wp-admin <?php echo apply_filters( 'admin_body_class', '' ); ?>">
<div id="wphead">
<h1><?php bloginfo('name'); ?> <span id="viewsite">(<a href="<?php echo get_option('home') . '/'; ?>"><?php _e('View site &raquo;') ?></a>)</span></h1>
</div>