Changeset 13106 for trunk/wp-admin/includes/media.php
- Timestamp:
- 02/13/2010 10:35:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r12986 r13106 1147 1147 global $redir_tab; 1148 1148 1149 if ( ( $attachment_id = intval( $attachment_id ) ) && $thumb_url = get_attachment_icon_src( $attachment_id ) )1149 if ( ( $attachment_id = intval( $attachment_id ) ) && $thumb_url = wp_get_attachment_image_src( $attachment_id ) ) 1150 1150 $thumb_url = $thumb_url[0]; 1151 1151 else
Note: See TracChangeset
for help on using the changeset viewer.