diff --git a/src/wp-login.php b/src/wp-login.php index aa29cac0d9..05c8b0f04e 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -321,7 +321,7 @@ function login_footer( $input_id = '' ) { * * @param bool Whether to display the Languages select input on the login screen. */ - apply_filters( 'display_login_language_dropdown', true ) + apply_filters( 'login_display_language_dropdown', true ) ) { $languages = get_available_languages(); @@ -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( 'wp_login_language_switcher_args', $args ) ); + wp_dropdown_languages( apply_filters( 'login_language_switcher_args', $args ) ); ?>