From f9b141865b34a7706cc9144de0b6f6135dabea97 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: https://develop.svn.wordpress.org/trunk@5133 602fd350-edb4-49c9-b593-d223f7449a82 --- 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');