Fix funky char, remove IE taunt. Props nbachiyski. see #4470
git-svn-id: http://svn.automattic.com/wordpress/trunk@6429 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
74cb5ee95d
commit
7c1515630d
|
@ -161,8 +161,7 @@ if ( $show_password_fields ) :
|
|||
</label></p>
|
||||
<p><strong><?php _e('Password Strength:'); ?></strong></p>
|
||||
<div id="pass-strength-result"><?php _e('Too short'); ?></div>
|
||||
<!--[if IE 6]><div id="pass-strength-iesucks"><?php _e("If you weren’t using this sucky IE6, there would be pretty colors... and cookies!"); ?></div><![endif]-->
|
||||
<p><?php _e('Hint: Use upper and lower case characters, numbers and symbols like !"£$%^&( in your password.'); ?></p>
|
||||
<p><?php _e('Hint: Use upper and lower case characters, numbers and symbols like !"?$%^&( in your password.'); ?></p>
|
||||
</fieldset>
|
||||
<?php endif; ?>
|
||||
|
||||
|
|
|
@ -1384,8 +1384,3 @@ a.view-link {
|
|||
background-color: #59ef86;
|
||||
border: 1px solid #319f52;
|
||||
}
|
||||
|
||||
#pass-strength-iesucks {
|
||||
font-size: 8pt;
|
||||
text-align: center;
|
||||
}
|
Loading…
Reference in New Issue