Ticket #4470: password-meter-strange-symbol.diff
| File password-meter-strange-symbol.diff, 760 bytes (added by nbachiyski, 4 years ago) |
|---|
-
wp-admin/profile.php
162 162 <p><strong><?php _e('Password Strength:'); ?></strong></p> 163 163 <div id="pass-strength-result"><?php _e('Too short'); ?></div> 164 164 <!--[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]--> 165 <p><?php _e('Hint: Use upper and lower case characters, numbers and symbols like !" £$%^&( in your password.'); ?></p>165 <p><?php _e('Hint: Use upper and lower case characters, numbers and symbols like !"?$%^&( in your password.'); ?></p> 166 166 </fieldset> 167 167 <?php endif; ?> 168 168
