mirror of
git://develop.git.wordpress.org/
synced 2025-03-20 20:09:53 +01:00
Login and registration: Rename login_language_switcher_args
to login_language_dropdown_args
.
This change adds better consistency with the other `*_dropdown_args` filters, like `taxonomy_parent_dropdown_args` or `widget_archives_dropdown_args`. It is also more consistent with the new `login_display_language_dropdown` filter. Props SergeyBiryukov, faisal03. Fixes #54696. git-svn-id: https://develop.svn.wordpress.org/trunk@52435 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bd08b22127
commit
4581fbea5a
@ -352,7 +352,7 @@ function login_footer( $input_id = '' ) {
|
||||
*
|
||||
* @param array $args Arguments for the Languages select input on the login screen.
|
||||
*/
|
||||
wp_dropdown_languages( apply_filters( 'login_language_switcher_args', $args ) );
|
||||
wp_dropdown_languages( apply_filters( 'login_language_dropdown_args', $args ) );
|
||||
?>
|
||||
|
||||
<?php if ( $interim_login ) { ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user