Add slashes to titles.

git-svn-id: http://svn.automattic.com/wordpress/trunk@300 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-08-07 21:11:53 +00:00
parent cf33c1e0b2
commit 317ffc9384

View File

@ -126,6 +126,8 @@ case "step1":
$post_content = addslashes($post_content);
$post_content = str_replace('<br>', '<br />', $post_content); // the XHTML touch... ;)
$post_title = addslashes($post_title);
$result = $wpdb->query("
INSERT INTO $tableposts