Make WordPress Core

Ticket #35850: changeusername_text.35850.diff

File changeusername_text.35850.diff, 581 bytes (added by thisisit, 9 years ago)

Patch for ticket #35850

  • src/wp-login.php

    diff --git src/wp-login.php src/wp-login.php
    index 28dbaae..0a775a0 100644
    default: 
    882882
    883883<form name="loginform" id="loginform" action="<?php echo esc_url( site_url( 'wp-login.php', 'login_post' ) ); ?>" method="post">
    884884        <p>
    885                 <label for="user_login"><?php _e('Username') ?><br />
     885                <label for="user_login"><?php _e('User Name') ?><br />
    886886                <input type="text" name="log" id="user_login"<?php echo $aria_describedby_error; ?> class="input" value="<?php echo esc_attr( $user_login ); ?>" size="20" /></label>
    887887        </p>
    888888        <p>