Skip to content

Commit

Permalink
title display
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Nov 24, 2014
1 parent c240103 commit 43ad3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* WordPress 4.1 + uses native `title-tag` theme feature.
*/
if ( ! function_exists( '_wp_render_title_tag' ) ) { ?>
<title><?php echo wp_title( '|', false, 'right' ); ?></title>
<title><?php wp_title( '|', true, 'right' ); ?></title>
<?php } ?>

<?php wp_head(); ?>
Expand Down

0 comments on commit 43ad3e0

Please sign in to comment.