Make WordPress Core


Ignore:
Timestamp:
01/14/2008 03:16:56 AM (17 years ago)
Author:
matt
Message:

Have footer stay at the bottom even on short pages in long windows. Hat tip: DD32.

File:
1 edited

Legend:

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

    r6588 r6606  
    3737</head>
    3838<body class="wp-admin <?php echo apply_filters( 'admin_body_class', '' ); ?>">
     39<div id="wpwrap">
     40<div id="wpcontent">
    3941<div id="wphead">
    4042<h1><?php bloginfo('name'); ?> <span id="viewsite"><a href="<?php echo get_option('home') . '/'; ?>"><?php _e('Visit Site') ?></a></span></h1>
Note: See TracChangeset for help on using the changeset viewer.