Fixed css references
git-svn-id: http://svn.automattic.com/wordpress/trunk@368 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3bdc9c5bc2
commit
57bec3f325
|
@ -117,7 +117,7 @@ case 'register':
|
|||
<head>
|
||||
<title>WordPress » Registration Complete</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<link rel="stylesheet" href="wp-admin/b2.css" type="text/css" />
|
||||
<link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -145,7 +145,7 @@ case 'disabled':
|
|||
<head>
|
||||
<title>WordPress » Registration Currently Disabled</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="wp-admin/b2.css" type="text/css">
|
||||
<link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -171,7 +171,7 @@ default:
|
|||
<head>
|
||||
<title>WordPress » Registration Form</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<link rel="stylesheet" href="wp-admin/b2.css" type="text/css" />
|
||||
<link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue