Changeset 27530 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 03/13/2014 11:38:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r27528 r27530 344 344 $version = 'ver=' . $GLOBALS['wp_version']; 345 345 $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" );348 346 349 347 // 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' ); 356 349 357 350 // load editor_style.css if the current theme supports it
Note: See TracChangeset
for help on using the changeset viewer.