Make WordPress Core


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

A few places we were missing links to new stylesheet.

File:
1 edited

Legend:

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

    r6568 r6782  
    1414<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=UTF-8" />
    1515<title>WordPress &#8250; Posted</title>
    16 <?php wp_admin_css(); ?>
     16<?php
     17wp_admin_css( 'css/global' );
     18wp_admin_css();
     19?>
    1720</head>
    1821<body>
     
    2932<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('blog_charset'); ?>" />
    3033<title>WordPress &#8250; Sidebar</title>
    31 <?php wp_admin_css(); ?>
     34<?php
     35wp_admin_css( 'css/global' );
     36wp_admin_css();
     37?>
    3238<style type="text/css" media="screen">
    3339form {
Note: See TracChangeset for help on using the changeset viewer.