*** admin-functions.php	Mon Jan 30 22:03:06 2006
--- admin-functions-dm.php	Mon Feb 13 21:14:03 2006
***************
*** 113,118 ****
--- 113,119 ----
  	}
  
  	$post->post_content = str_replace($post_search, $post_replace, $post->post_content);
+ 	$post->post_content = addslashes($post->post_content);
  
  	return wp_update_post($post);
  }

