Changeset 7289

Show
Ignore:
Timestamp:
03/14/08 08:40:53 (6 months ago)
Author:
matt
Message:

logging button should be titlecase.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-login.php

    r7213 r7289  
    389389    <p class="forgetmenot"><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="90" /> <?php _e('Remember Me'); ?></label></p> 
    390390    <p class="submit"> 
    391         <input type="submit" name="wp-submit" id="wp-submit" value="<?php _e('Log in'); ?>" tabindex="100" /> 
     391        <input type="submit" name="wp-submit" id="wp-submit" value="<?php _e('Log In'); ?>" tabindex="100" /> 
    392392        <input type="hidden" name="redirect_to" value="<?php echo attribute_escape($redirect_to); ?>" /> 
    393393        <input type="hidden" name="testcookie" value="1" />