Make WordPress Core


Ignore:
Timestamp:
06/08/2007 12:19:35 AM (17 years ago)
Author:
rob1n
Message:

Update CSS paths. see #4334

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.