Make WordPress Core


Ignore:
Timestamp:
10/14/2008 12:18:41 AM (17 years ago)
Author:
ryan
Message:

Use relative path for install css. Props DD32. see #7509

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/setup-config.php

    r9126 r9146  
    6868<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    6969<title>WordPress &rsaquo; Setup Configuration File</title>
    70 <link rel="stylesheet" href="<?php echo $admin_dir; ?>css/install.css" type="text/css" />
     70<link rel="stylesheet" href="css/install.css" type="text/css" />
    7171
    7272</head>
Note: See TracChangeset for help on using the changeset viewer.