Changeset 880 for trunk/wp-login.php
- Timestamp:
- 02/17/2004 02:29:20 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r857 r880 163 163 <head> 164 164 <title>WordPress › Lost password ?</title> 165 <meta http-equiv="Content-Type" content="text/html; charset= iso-8859-1" />165 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset; ?>" /> 166 166 <link rel="stylesheet" href="<?php echo $siteurl; ?>/wp-admin/wp-admin.css" type="text/css" /> 167 167 <script type="text/javascript"> … … 267 267 <head> 268 268 <title>WordPress > <?php bloginfo('name') ?> > Login form</title> 269 <meta http-equiv="Content-Type" content="text/html; charset= iso-8859-1" />269 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset; ?>" /> 270 270 <link rel="stylesheet" href="<?php echo $siteurl; ?>/wp-admin/wp-admin.css" type="text/css" /> 271 271 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.