diff --git a/src/wp-login.php b/src/wp-login.php index 9bd4b2a6b0..b5d0e4a8d5 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -140,7 +140,7 @@ function login_header( $title = 'Log In', $message = '', $wp_error = '' ) { * while single sites get the header title. */ if ( is_multisite() ) { - $login_header_text = bloginfo( 'name' ); + $login_header_text = get_bloginfo( 'name', 'display' ); } else { $login_header_text = $login_header_title; }