Changeset 686
- Timestamp:
- 07/19/06 15:35:22 (2 years ago)
- Files:
-
- trunk/wp-login.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-login.php
r661 r686 44 44 <html xmlns="http://www.w3.org/1999/xhtml"> 45 45 <head> 46 <title> WordPress »<?php _e('Lost Password') ?></title>46 <title><?php _e('WordPress »') ?> <?php _e('Lost Password') ?></title> 47 47 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 48 48 <link rel="stylesheet" href="<?php echo get_settings('siteurl'); ?>/wp-admin/wp-admin.css" type="text/css" /> … … 218 218 <html xmlns="http://www.w3.org/1999/xhtml"> 219 219 <head> 220 <title> WordPress ›<?php _e('Login') ?></title>220 <title><?php _e('WordPress ›'); ?> <?php _e('Login') ?></title> 221 221 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 222 222 <link rel="stylesheet" href="<?php bloginfo('wpurl'); ?>/wp-admin/wp-admin.css" type="text/css" /> … … 235 235 if ( $error ) { 236 236 echo "<div id='login_error'>$error</div>"; 237 echo "<p align='center'><strong>Note:</strong> You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress.</p>";237 echo '<p align="center">'.__('<strong>Note:</strong> You must <a href="http://www.google.com/cookies.html">enable cookies</a> to use WordPress.').'</p>'; 238 238 } 239 239 ?>
