From 3e42d396bdab85c300b49b49273ae1b16af19e6b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 18 Sep 2006 23:33:25 +0000 Subject: [PATCH] Validation fix from Viper007Bond. fixes #3140 git-svn-id: https://develop.svn.wordpress.org/trunk@4193 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/wp-db.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index c882ac4c7d..43a652ac3a 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -308,7 +308,7 @@ class wpdb { if ( !$this->show_errors ) return false; - header( 'Content-Type: text/html; charset=utf-8'); + header('Content-Type: text/html; charset=utf-8'); ?> @@ -354,7 +354,7 @@ class wpdb { -

WordPress/>

+

WordPress