Make WordPress Core


Ignore:
Timestamp:
08/17/2007 10:33:52 AM (18 years ago)
Author:
matt
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r5883 r5892  
    4343?>
    4444</head>
    45 <body>
     45<body class="wp-admin <?php echo apply_filters( 'admin_body_class', '' ); ?>">
    4646<div id="wphead">
    4747<h1><?php bloginfo('name'); ?> <span id="viewsite">(<a href="<?php echo get_option('home') . '/'; ?>"><?php _e('View site &raquo;') ?></a>)</span></h1>
Note: See TracChangeset for help on using the changeset viewer.