Make WordPress Core

Changeset 6429


Ignore:
Timestamp:
12/20/2007 05:50:57 AM (17 years ago)
Author:
ryan
Message:

Fix funky char, remove IE taunt. Props nbachiyski. see #4470

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/profile.php

    r6419 r6429  
    162162<p><strong><?php _e('Password Strength:'); ?></strong></p>
    163163<div id="pass-strength-result"><?php _e('Too short'); ?></div>
    164 <!--[if IE 6]><div id="pass-strength-iesucks"><?php _e("If you weren&#8217;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>
     164<p><?php _e('Hint: Use upper and lower case characters, numbers and symbols like !"?$%^&( in your password.'); ?></p>
    166165</fieldset>
    167166<?php endif; ?>
  • trunk/wp-admin/wp-admin.css

    r6419 r6429  
    13691369    background-color: #e3e3e3;
    13701370    border: 1px solid #000000;
    1371 } 
     1371}
    13721372
    13731373#pass-strength-result.bad {
    13741374    background-color: #ffeff7;
    13751375    border: 1px solid #cc6699;
    1376 } 
     1376}
    13771377
    13781378#pass-strength-result.good {
    13791379    background-color: #effff4;
    13801380    border: 1px solid #66cc87;
    1381 } 
     1381}
    13821382
    13831383#pass-strength-result.strong {
    13841384    background-color: #59ef86;
    13851385    border: 1px solid #319f52;
    1386 }
    1387 
    1388 #pass-strength-iesucks {
    1389     font-size: 8pt;
    1390     text-align: center;
    1391 }
     1386}
Note: See TracChangeset for help on using the changeset viewer.