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/bookmarklet.php

    r5965 r6782  
    5252<title><?php bloginfo('name') ?> &rsaquo; Bookmarklet &#8212; WordPress</title>
    5353<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
    54 <?php wp_admin_css(); ?>
     54<?php
     55wp_admin_css( 'css/global' );
     56wp_admin_css();
     57?>
    5558
    5659<style type="text/css">
Note: See TracChangeset for help on using the changeset viewer.