Make WordPress Core

Ticket #34625: 34625.5.diff

File 34625.5.diff, 427 bytes (added by dlh, 8 years ago)
  • src/wp-login.php

     
    140140         * while single sites get the header title.
    141141         */
    142142        if ( is_multisite() ) {
    143                 $login_header_text = bloginfo( 'name' );
     143                $login_header_text = get_bloginfo( 'name', 'display' );
    144144        } else {
    145145                $login_header_text = $login_header_title;
    146146        }