Changeset 46773
- Timestamp:
- 11/25/2019 10:07:32 AM (5 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
-
branches/5.3/src/wp-includes/media.php
r46418 r46773 215 215 // Otherwise, a non-image type could be returned. 216 216 if ( ! $is_image ) { 217 if ( ! empty( $meta['sizes'] ) ) {217 if ( ! empty( $meta['sizes']['full'] ) ) { 218 218 $img_url = str_replace( $img_url_basename, $meta['sizes']['full']['file'], $img_url ); 219 219 $img_url_basename = $meta['sizes']['full']['file'];
Note: See TracChangeset
for help on using the changeset viewer.