Skip to content

Commit

Permalink
title tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Nov 21, 2014
1 parent 8d26f8f commit 1487203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
/**
* WordPress 4.1 + uses native `title-tag` theme feature.
*/
if ( ! function_exists( '_wp_render_title_tag' ) ) {
echo '<title>' . wp_title( '|', false, 'right' ) . '</title>';
} ?>
if ( ! function_exists( '_wp_render_title_tag' ) ) { ?>
<title><?php wp_title( '|', false, 'right' ); ?></title>
<?php } ?>

<?php wp_head(); ?>
</head>
Expand Down

0 comments on commit 1487203

Please sign in to comment.