Make WordPress Core


Ignore:
Timestamp:
03/13/2014 11:38:14 PM (11 years ago)
Author:
wonderboymusic
Message:

Revert [27528] until Flash in Firefox behaves :(

See #27389.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r27528 r27530  
    344344                $version = 'ver=' . $GLOBALS['wp_version'];
    345345                $dashicons = includes_url( "css/dashicons$suffix.css?$version" );
    346                 $mediaelement = includes_url( "js/mediaelement/mediaelementplayer.min.css?$version" );
    347                 $wpmediaelement = includes_url( "js/mediaelement/wp-mediaelement.css?$version" );
    348346
    349347                // WordPress default stylesheet and dashicons
    350                 $mce_css = array(
    351                     $dashicons,
    352                     $mediaelement,
    353                     $wpmediaelement,
    354                     self::$baseurl . '/skins/wordpress/wp-content.css'
    355                 );
     348                $mce_css = array( $dashicons, self::$baseurl . '/skins/wordpress/wp-content.css' );
    356349
    357350                // load editor_style.css if the current theme supports it
Note: See TracChangeset for help on using the changeset viewer.