Changeset 5635

Show
Ignore:
Timestamp:
06/02/07 00:43:40 (1 year ago)
Author:
rob1n
Message:

Ugh. We need to consolidate these headers. see #4334

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/upload.php

    r5631 r5635  
    6464<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> 
    6565<title><?php bloginfo('name') ?> &rsaquo; <?php _e('Uploads'); ?> &#8212; WordPress</title> 
    66 <link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/css/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 
     66<link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 
    6767<?php if ( ('rtl' == $wp_locale->text_direction) ) : ?> 
    68 <link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/css/rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 
     68<link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 
    6969<?php endif; ?>  
    7070<script type="text/javascript">