Make WordPress Core


Ignore:
Timestamp:
10/06/2006 01:14:47 AM (19 years ago)
Author:
matt
Message:

Some UI cleanups, changes, and various miscellany.

File:
1 edited

Legend:

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

    r4340 r4349  
    7272    add_action( 'admin_head', 'wp_upload_admin_head' );
    7373    include_once('admin-header.php');
     74    echo "<div class='wrap'>";
    7475endif;
    7576
     
    117118
    118119if ( 'inline' != $style ) :
     120    echo "<div class='clear'></div></div>";
    119121    include_once('admin-footer.php');
    120122else : ?>
Note: See TracChangeset for help on using the changeset viewer.