Make WordPress Core


Ignore:
Timestamp:
08/01/2017 04:42:58 AM (7 years ago)
Author:
westonruter
Message:

Media: Upgrade MediaElement.js from 2.22.0 to 4.2.3.

Props rafa8626, grosbouff, westonruter, azaozz, Plastikschnitzer for testing.
See #39686.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/widgets/media-video-widget.php

    r40640 r41198  
    252252        $this->assertTrue( wp_script_is( 'wp-mediaelement' ) );
    253253        $this->assertTrue( wp_style_is( 'wp-mediaelement' ) );
    254         $this->assertTrue( wp_script_is( 'froogaloop' ) );
     254        $this->assertTrue( wp_script_is( 'mediaelement-vimeo' ) );
    255255
    256256        $wp_scripts = null;
     
    260260        $this->assertFalse( wp_script_is( 'wp-mediaelement' ) );
    261261        $this->assertFalse( wp_style_is( 'wp-mediaelement' ) );
    262         $this->assertTrue( wp_script_is( 'froogaloop' ) );
     262        $this->assertFalse( wp_script_is( 'mediaelement-vimeo' ) );
    263263    }
    264264
Note: See TracChangeset for help on using the changeset viewer.