Make WordPress Core


Ignore:
Timestamp:
08/28/2007 11:23:38 PM (16 years ago)
Author:
ryan
Message:

Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/wp-mce-help.php

    r4983 r5965  
    77<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
    88<title><?php _e('Rich Editor Help') ?></title>
    9 <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" />
    10 <?php if ( ('rtl' == $wp_locale->text_direction) ) : ?>
    11 <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />
    12 <?php endif; ?>
     9<?php wp_admin_css(); ?>
    1310<style type="text/css">
    1411    #wphead {
     
    184181</body>
    185182</html>
    186 
Note: See TracChangeset for help on using the changeset viewer.