From bb14ecda532873c90b3627dba8a6230acb2006cd Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 4 Jan 2007 18:16:33 +0000 Subject: [PATCH] wp_get_attachment_thumb_url() fix from mdawaffe. fixes #3520 git-svn-id: https://develop.svn.wordpress.org/trunk@4675 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/post.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/post.php b/wp-includes/post.php index c55fb657af..409e5c6115 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -1456,7 +1456,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);