Index: wp-includes/post.php
===================================================================
--- wp-includes/post.php	(revision 10073)
+++ wp-includes/post.php	(working copy)
@@ -1314,7 +1314,7 @@
 
 	// export array as variables
 	extract($postarr, EXTR_SKIP);
-
+die($post_content);
 	// Are we updating or creating?
 	$update = false;
 	if ( !empty($ID) ) {

