Make WordPress Core


Ignore:
Timestamp:
10/13/2022 04:43:36 PM (2 years ago)
Author:
desrosj
Message:

Tests: Revert unintentional change in [54508].

Unprops desrosj.
See #56817.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions.php

    r54508 r54509  
    14481448
    14491449    public function filter_mime_types_woff( $mimes ) {
    1450         $mimes['woff'] = 'font-woff/font-woff';
     1450        $mimes['woff'] = 'application/font-woff';
    14511451        return $mimes;
    14521452    }
Note: See TracChangeset for help on using the changeset viewer.