diff options
Diffstat (limited to 'wp-includes/post.php')
| -rw-r--r-- | wp-includes/post.php | 1 |
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); |
