Index: wordpress/wp-includes/post.php
===================================================================
--- wordpress/wp-includes/post.php	(revision 6744)
+++ wordpress/wp-includes/post.php	(working copy)
@@ -1141,6 +1141,7 @@
 	$where = array( 'ID' => $post_ID );
 
 	if ($update) {
+		do_action( 'pre_post_update', $post_ID );
 		$wpdb->update( $wpdb->posts, $data, $where );
 	} else {
 		$data['post_mime_type'] = stripslashes( $post_mime_type ); // This isn't in the update

