From 317ffc93842149dd72c4b5dcad70b7a98572dcb2 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Thu, 7 Aug 2003 21:11:53 +0000 Subject: [PATCH] Add slashes to titles. git-svn-id: http://svn.automattic.com/wordpress/trunk@300 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- blogger-2-wp.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blogger-2-wp.php b/blogger-2-wp.php index 0f97540f07..12f4cf734a 100644 --- a/blogger-2-wp.php +++ b/blogger-2-wp.php @@ -126,6 +126,8 @@ case "step1": $post_content = addslashes($post_content); $post_content = str_replace('
', '
', $post_content); // the XHTML touch... ;) + + $post_title = addslashes($post_title); $result = $wpdb->query(" INSERT INTO $tableposts