Use relative path for install css. Props DD32. see #7509
git-svn-id: http://svn.automattic.com/wordpress/trunk@9146 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d51c87885a
commit
4dc580ce15
|
@ -67,7 +67,7 @@ function display_header() {
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>WordPress › Setup Configuration File</title>
|
||||
<link rel="stylesheet" href="<?php echo $admin_dir; ?>css/install.css" type="text/css" />
|
||||
<link rel="stylesheet" href="css/install.css" type="text/css" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue