Changeset 880 for trunk/wp-register.php
- Timestamp:
- 02/17/2004 02:29:20 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-register.php
r856 r880 114 114 <head> 115 115 <title>WordPress » Registration Complete</title> 116 <meta http-equiv="Content-Type" content="text/html; charset= iso-8859-1" />116 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset; ?>" /> 117 117 <link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css" /> 118 118 </head> … … 142 142 <head> 143 143 <title>WordPress » Registration Currently Disabled</title> 144 <meta http-equiv="Content-Type" content="text/html; charset= iso-8859-1">144 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset; ?>"> 145 145 <link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css"> 146 146 </head> … … 168 168 <head> 169 169 <title>WordPress » Registration Form</title> 170 <meta http-equiv="Content-Type" content="text/html; charset= iso-8859-1" />170 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset; ?>" /> 171 171 <link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css" /> 172 172 </head>
Note: See TracChangeset
for help on using the changeset viewer.