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-includes/js/tinymce/wp-mce-help.php

    r6726 r6782  
    88<title><?php _e('Rich Editor Help') ?></title>
    99<script type="text/javascript" src="tiny_mce_popup.js"></script>
    10 <?php wp_admin_css(); ?>
     10<?php
     11wp_admin_css( 'css/global' );
     12wp_admin_css();
     13?>
    1114<style type="text/css">
    1215    body {
Note: See TracChangeset for help on using the changeset viewer.