Changeset 57524 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 02/02/2024 05:46:50 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r56978 r57524 1264 1264 } 1265 1265 1266 foreach ( array( 'png', 'gif', 'jpg', 'jpeg', 'webp' ) as $ext ) {1266 foreach ( array( 'png', 'gif', 'jpg', 'jpeg', 'webp', 'avif' ) as $ext ) { 1267 1267 if ( file_exists( $this->get_stylesheet_directory() . "/screenshot.$ext" ) ) { 1268 1268 $this->cache_add( 'screenshot', 'screenshot.' . $ext );
Note: See TracChangeset
for help on using the changeset viewer.