Make WordPress Core


Ignore:
Timestamp:
06/02/2007 12:37:51 AM (18 years ago)
Author:
rob1n
Message:

Move JavaScript to js subfolder, and CSS to css subfolder. see #4334

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r5542 r5631  
    2020    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    2121    <title><?php _e('WordPress &rsaquo; Installation'); ?></title>
    22     <link rel="stylesheet" href="install.css?version=<?php bloginfo('version'); ?>" type="text/css" />
     22    <link rel="stylesheet" href="css/install.css?version=<?php bloginfo('version'); ?>" type="text/css" />
    2323    <?php if ( ('rtl' == $wp_locale->text_direction) ) : ?>
    24     <link rel="stylesheet" href="install-rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />
     24    <link rel="stylesheet" href="css/install-rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />
    2525    <?php endif; ?>
    2626</head>
Note: See TracChangeset for help on using the changeset viewer.