mirror of
git://develop.git.wordpress.org/
synced 2025-02-07 08:04:27 +01:00
Tests: Revert unintentional change in [54508].
Unprops desrosj. See #56817. git-svn-id: https://develop.svn.wordpress.org/trunk@54509 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b267249df9
commit
e6240966b7
@ -1447,7 +1447,7 @@ class Tests_Functions extends WP_UnitTestCase {
|
||||
}
|
||||
|
||||
public function filter_mime_types_woff( $mimes ) {
|
||||
$mimes['woff'] = 'font-woff/font-woff';
|
||||
$mimes['woff'] = 'application/font-woff';
|
||||
return $mimes;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user