Changeset 57632
- Timestamp:
- 02/14/2024 05:26:25 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/fonts/class-wp-font-utils.php
r57567 r57632 232 232 'otf' => 'application/vnd.ms-opentype', 233 233 'ttf' => PHP_VERSION_ID >= 70400 ? 'font/sfnt' : $php_7_ttf_mime_type, 234 'woff' => PHP_VERSION_ID >= 801 00? 'font/woff' : 'application/font-woff',235 'woff2' => PHP_VERSION_ID >= 801 00? 'font/woff2' : 'application/font-woff2',234 'woff' => PHP_VERSION_ID >= 80112 ? 'font/woff' : 'application/font-woff', 235 'woff2' => PHP_VERSION_ID >= 80112 ? 'font/woff2' : 'application/font-woff2', 236 236 ); 237 237 }
Note: See TracChangeset
for help on using the changeset viewer.