Index: wp-includes/post.php
===================================================================
--- wp-includes/post.php	(revision 4674)
+++ wp-includes/post.php	(working copy)
@@ -1456,7 +1456,6 @@
 
 	if ( !$thumb = wp_get_attachment_thumb_file( $post_id ) )
 		return false;
-	return false;
 
 	$url = str_replace(basename($url), basename($thumb), $url);
 
