Changeset 27245
- Timestamp:
- 02/24/2014 09:09:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r27244 r27245 1101 1101 list( $src, $width, $height ) = wp_get_attachment_image_src( $id, 'full' ); 1102 1102 $track['image'] = compact( 'src', 'width', 'height' ); 1103 list( $src, $width, $height ) = wp_get_attachment_image_src( $id, 'thumb ' );1103 list( $src, $width, $height ) = wp_get_attachment_image_src( $id, 'thumbnail' ); 1104 1104 $track['thumb'] = compact( 'src', 'width', 'height' ); 1105 1105 }
Note: See TracChangeset
for help on using the changeset viewer.