Make WordPress Core


Ignore:
Timestamp:
05/22/2008 12:06:41 AM (18 years ago)
Author:
ryan
Message:

wp_admin_css() improvements. Props mdawaffe. see #7011

File:
1 edited

Legend:

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

    r7971 r7979  
    1717    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    1818    <title><?php _e('WordPress &rsaquo; Installation'); ?></title>
    19     <?php wp_admin_css( 'css/install' ); ?>
     19    <?php wp_admin_css( 'install', true ); ?>
    2020</head>
    2121<body>
Note: See TracChangeset for help on using the changeset viewer.