Add slashes to titles.
git-svn-id: https://develop.svn.wordpress.org/trunk@300 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
467960096a
commit
989355327a
@ -127,6 +127,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
|
||||
(ID, post_author,post_date,post_content,post_title,post_category)
|
||||
|
Loading…
Reference in New Issue
Block a user