Add slashes to titles.

git-svn-id: https://develop.svn.wordpress.org/trunk@300 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-08-07 21:11:53 +00:00
parent 467960096a
commit 989355327a
1 changed files with 2 additions and 0 deletions

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