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:
Jb Audras 2021-12-25 11:35:09 +00:00
parent fb18ff6a50
commit 3df7a80c88

View File

@ -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>