Changeset 50144
- Timestamp:
- 02/02/2021 03:26:13 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r50136 r50144 1605 1605 if ( 1606 1606 isset( $image_meta['file'] ) && 1607 strpos( $image_src, $image_meta['file']) !== false1607 strpos( $image_src, wp_basename( $image_meta['file'] ) ) !== false 1608 1608 ) { 1609 1609 $dimensions = array(
Note: See TracChangeset
for help on using the changeset viewer.