Ticket #34625: 34625.5.diff
File 34625.5.diff, 427 bytes (added by , 8 years ago) |
---|
-
src/wp-login.php
140 140 * while single sites get the header title. 141 141 */ 142 142 if ( is_multisite() ) { 143 $login_header_text = bloginfo( 'name' );143 $login_header_text = get_bloginfo( 'name', 'display' ); 144 144 } else { 145 145 $login_header_text = $login_header_title; 146 146 }