From 989355327a9e321b503ca904dbecad95ab47a59f Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Thu, 7 Aug 2003 21:11:53 +0000 Subject: [PATCH] Add slashes to titles. git-svn-id: https://develop.svn.wordpress.org/trunk@300 602fd350-edb4-49c9-b593-d223f7449a82 --- 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