mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 23:24:34 +00:00
Fixed css references
git-svn-id: https://develop.svn.wordpress.org/trunk@368 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user