Changeset 29564 for trunk/src/wp-includes/media.php
- Timestamp:
- 08/21/2014 03:35:11 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r29559 r29564 3311 3311 function wpview_media_sandbox_styles() { 3312 3312 $version = 'ver=' . $GLOBALS['wp_version']; 3313 $open_sans = "//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=$version"; 3313 3314 $dashicons = includes_url( "css/dashicons.css?$version" ); 3314 3315 $mediaelement = includes_url( "js/mediaelement/mediaelementplayer.min.css?$version" ); … … 3324 3325 * @param array The URLs to the stylesheets that will be loaded in the sandbox iframe. 3325 3326 */ 3326 return apply_filters( 'wpview_media_sandbox_styles', array( $ dashicons, $mediaelement, $wpmediaelement ) );3327 } 3327 return apply_filters( 'wpview_media_sandbox_styles', array( $open_sans, $dashicons, $mediaelement, $wpmediaelement ) ); 3328 }
Note: See TracChangeset
for help on using the changeset viewer.