summaryrefslogtreecommitdiffstats
path: root/wp-includes/post.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-01-05 10:50:39 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-01-05 10:50:39 +0000
commit11571c1befd735bd1d69caea2b093164215b4fee (patch)
tree39838b47fd31c93fefcf79e9db725c917ac0c51b /wp-includes/post.php
parent861bd9122e6d9ee710df2b6fc0a1222a8a8965cf (diff)
downloadwordpress-mu-11571c1befd735bd1d69caea2b093164215b4fee.tar.gz
wordpress-mu-11571c1befd735bd1d69caea2b093164215b4fee.tar.xz
wordpress-mu-11571c1befd735bd1d69caea2b093164215b4fee.zip
WP merge to 4681
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@831 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/post.php')
-rw-r--r--wp-includes/post.php1
1 files changed, 0 insertions, 1 deletions
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);