Make WordPress Core

Changeset 5694


Ignore:
Timestamp:
06/13/2007 06:33:17 AM (17 years ago)
Author:
markjaquith
Message:

correct CSS link for install. Props Viper007Bond. fixes #4443

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r5686 r5694  
    11661166    <title><?php echo $title ?></title>
    11671167    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    1168     <link rel="stylesheet" href="<?php echo $admin_dir; ?>install.css" type="text/css" />
     1168    <link rel="stylesheet" href="<?php echo $admin_dir; ?>css/install.css" type="text/css" />
    11691169<?php
    11701170if ( ( $wp_locale ) && ('rtl' == $wp_locale->text_direction) ) : ?>
    1171     <link rel="stylesheet" href="<?php echo $admin_dir; ?>install-rtl.css" type="text/css" />
     1171    <link rel="stylesheet" href="<?php echo $admin_dir; ?>css/install-rtl.css" type="text/css" />
    11721172<?php endif; ?>
    11731173</head>
Note: See TracChangeset for help on using the changeset viewer.