Changeset 57524 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 02/02/2024 05:46:50 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r57302 r57524 3465 3465 $matches = array(); 3466 3466 $ext = preg_match( '/\.([^.]+)$/', $img, $matches ) ? strtolower( $matches[1] ) : false; 3467 $image_exts = array( 'jpg', 'jpeg', 'jpe', 'gif', 'png', 'webp' );3467 $image_exts = array( 'jpg', 'jpeg', 'jpe', 'gif', 'png', 'webp', 'avif' ); 3468 3468 3469 3469 // Don't convert smilies that aren't images - they're probably emoji.
Note: See TracChangeset
for help on using the changeset viewer.