Browse Source

that is not it

windhamdavid 9 years ago
parent
commit
1eb2a1938b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      inc/template.php

+ 1 - 1
inc/template.php

@@ -49,7 +49,7 @@ function filter_wp_title( $title, $sep ) {
  
     $site_description = get_bloginfo( 'description', 'display' );
     if ( $site_description && ( is_home() || is_front_page() ) )
-        $title = "$title";
+        $title = "$title $sep $site_description";
 
     if ( $paged >= 2 || $page >= 2 )
         $title = "$title $sep " . sprintf( __( 'Page %s', 'dw' ), max( $paged, $page ) );