mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
Login and Registration: Use secondary button style for the Language switcher.
This change avoids having two primary buttons in the login screen. Props rainbowgeek, audrasjb. Fixes #54692. git-svn-id: https://develop.svn.wordpress.org/trunk@52417 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fb18ff6a50
commit
3df7a80c88
@ -367,7 +367,7 @@ function login_footer( $input_id = '' ) {
|
||||
<input type="hidden" name="action" value="<?php echo esc_attr( $_GET['action'] ); ?>" />
|
||||
<?php } ?>
|
||||
|
||||
<input type="submit" class="button button-primary" value="<?php esc_attr_e( 'Change' ); ?>">
|
||||
<input type="submit" class="button" value="<?php esc_attr_e( 'Change' ); ?>">
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user