Changeset 12680 for trunk/tests/phpunit/testcases/core/functions.php
- Timestamp:
- 07/05/2020 11:42:13 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/functions.php
r12677 r12680 794 794 795 795 foreach ( $images as $image ) { 796 if ( 'heic' === $image ) {797 continue;798 }799 800 796 if ( 'image' !== wp_ext2type( $image ) ) { 801 797 $not_image = $image;
Note: See TracChangeset
for help on using the changeset viewer.