Use 'Visit Site' in header if blog has no name. props blepoxp, fixes #13978.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
122f7797e4
commit
73bc798ffa
|
@ -103,7 +103,7 @@ if ( is_network_admin() )
|
|||
else
|
||||
$blog_name = get_bloginfo('name', 'display');
|
||||
if ( '' == $blog_name ) {
|
||||
$blog_name = ' ';
|
||||
$blog_name = __( 'Visit Site' );
|
||||
} else {
|
||||
$blog_name_excerpt = wp_html_excerpt($blog_name, 40);
|
||||
if ( $blog_name != $blog_name_excerpt )
|
||||
|
|
Loading…
Reference in New Issue