Changeset 56559 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 09/12/2023 03:21:02 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r56547 r56559 1727 1727 add_filter( 1728 1728 'upload_mimes', 1729 static function ( $mimes ) {1729 static function ( $mimes ) { 1730 1730 $mimes['svg'] = 'image/svg+xml'; 1731 1731 return $mimes; … … 1765 1765 add_filter( 1766 1766 'upload_mimes', 1767 static function ( $mimes ) use ( $woff_mime_type ) {1767 static function ( $mimes ) use ( $woff_mime_type ) { 1768 1768 $mimes['woff'] = $woff_mime_type; 1769 1769 return $mimes;
Note: See TracChangeset
for help on using the changeset viewer.