diff --git a/functions.php b/functions.php index 405448107..06470d562 100644 --- a/functions.php +++ b/functions.php @@ -203,7 +203,7 @@ function twentytwelve_wp_title( $title, $sep ) { return $title; // Add the site name. - $title .= get_bloginfo( 'name' ); + $title .= get_bloginfo( 'name', 'display' ); // Add the site description for the home/front page. $site_description = get_bloginfo( 'description', 'display' );