From 11571c1befd735bd1d69caea2b093164215b4fee Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 5 Jan 2007 10:50:39 +0000 Subject: WP merge to 4681 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@831 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/post.php | 1 - 1 file changed, 1 deletion(-) (limited to 'wp-includes/post.php') diff --git a/wp-includes/post.php b/wp-includes/post.php index 144b4b6..904b2ee 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -1458,7 +1458,6 @@ function wp_get_attachment_thumb_url( $post_id = 0 ) { if ( !$thumb = wp_get_attachment_thumb_file( $post_id ) ) return false; - return false; $url = str_replace(basename($url), basename($thumb), $url); -- cgit