'; if ( $title_on ) { printf( '<%1$s class="site-title" style="margin:0;"> %3$s ', ( 'h1' === $tag ) ? 'h1' : 'p', $home_url, esc_html( get_bloginfo( 'name' ) ) ); } if ( $tagline_on ) { $desc = get_bloginfo( 'description' ); if ( ! empty( $desc ) ) { printf( '

%s

', esc_html( $desc ) ); } } echo '';