diff --git a/inc/extras.php b/inc/extras.php index 99b49d8..06151ba 100644 --- a/inc/extras.php +++ b/inc/extras.php @@ -77,7 +77,9 @@ if ( ! function_exists( '_wp_render_title_tag' ) ) : * @todo Remove this function when WordPress 4.3 is released. */ function _s_render_title() { - echo '' . wp_title( '|', false, 'right' ) . "\n"; + ?> + <?php wp_title( '|', true, 'right' ); ?> +