Changeset 5665

Show
Ignore:
Timestamp:
06/08/07 00:19:35 (1 year ago)
Author:
rob1n
Message:

Update CSS paths. see #4334

Files:

Legend:

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

    r5640 r5665  
    1919    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> 
    2020    <title><?php _e('WordPress &rsaquo; Upgrade'); ?></title> 
    21     <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/install.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 
     21    <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/css/install.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 
    2222    <?php if ( ('rtl' == $wp_locale->text_direction) ) : ?> 
    23     <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/install-rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 
     23    <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/css/install-rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 
    2424    <?php endif; ?> 
    2525</head>