Make WordPress Core


Ignore:
Timestamp:
02/10/2008 08:10:11 AM (17 years ago)
Author:
matt
Message:

New manage posts almost fully functional, and some admin CSS reorganization. TODO: Delete buttons and checkboxes are currently impotent.

File:
1 edited

Legend:

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

    r6606 r6778  
    1515<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
    1616<title><?php bloginfo('name') ?> &rsaquo; <?php echo wp_specialchars( strip_tags( $title ) ); ?> &#8212; WordPress</title>
    17 <?php wp_admin_css(); ?>
     17<?php
     18wp_admin_css( 'css/global' );
     19wp_admin_css();
     20?>
    1821<script type="text/javascript">
    1922//<![CDATA[
Note: See TracChangeset for help on using the changeset viewer.