Changeset 7135 for trunk/wp-includes/post.php
- Timestamp:
- 03/03/2008 04:17:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r7130 r7135 2129 2129 if ( $file ) 2130 2130 update_attached_file( $post_ID, $file ); 2131 2131 2132 2132 clean_post_cache($post_ID); 2133 2133 … … 2317 2317 if ( !$url = wp_get_attachment_url( $post->ID ) ) 2318 2318 return false; 2319 2320 $sized = image_downsize( $post_id, 'thumbnail' ); 2321 if ( $sized ) 2322 return $sized[0]; 2319 2323 2320 2324 if ( !$thumb = wp_get_attachment_thumb_file( $post->ID ) )
Note: See TracChangeset
for help on using the changeset viewer.