Changeset 46772
- Timestamp:
- 11/25/2019 10:05:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r46660 r46772 221 221 // Otherwise, a non-image type could be returned. 222 222 if ( ! $is_image ) { 223 if ( ! empty( $meta['sizes'] ) ) {223 if ( ! empty( $meta['sizes']['full'] ) ) { 224 224 $img_url = str_replace( $img_url_basename, $meta['sizes']['full']['file'], $img_url ); 225 225 $img_url_basename = $meta['sizes']['full']['file'];
Note: See TracChangeset
for help on using the changeset viewer.