diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index dd5956d35f..a50f479493 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -165,7 +165,6 @@ function wp_title($sep = '»', $display = true) { $author = get_query_var('author'); $author_name = get_query_var('author_name'); $m = get_query_var('m'); - print ''; $year = get_query_var('year'); $monthnum = get_query_var('monthnum'); $day = get_query_var('day');