From b4de51f25c59361340f80d33af0e89eed3f215fa Mon Sep 17 00:00:00 2001 From: rob1n Date: Thu, 29 Mar 2007 01:30:27 +0000 Subject: [PATCH] Sorry, a little tester got in there. Didn't expect to be committing ;). git-svn-id: http://svn.automattic.com/wordpress/trunk@5133 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 1 - 1 file changed, 1 deletion(-) 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');