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