Index: wp-includes/post-formats.php
===================================================================
--- wp-includes/post-formats.php	(revision 24089)
+++ wp-includes/post-formats.php	(working copy)
@@ -992,6 +992,7 @@
 		return $data;
 
 	$post_id = ( isset( $postarr['ID'] ) ) ? absint( $postarr['ID'] ) : 0;
+	$post_format = '';
 
 	if ( $post_id )
 		$post_format = get_post_format( $post_id );
