Changeset 34876
- Timestamp:
- 10/06/2015 05:46:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r34855 r34876 993 993 function wp_get_attachment_image_sizes( $attachment_id, $size = 'medium', $args = null ) { 994 994 995 // Try to get the image width from $args before calling image_downsize().995 // Try to get the image width from $args. 996 996 if ( is_array( $args ) && ! empty( $args['width'] ) ) { 997 997 $img_width = (int) $args['width'];
Note: See TracChangeset
for help on using the changeset viewer.