Make WordPress Core

Ticket #37868: 37868.diff

File 37868.diff, 759 bytes (added by GeertDD, 8 years ago)
  • wp-includes/js/mediaelement/wp-mediaelement.css

    diff --git wp-includes/js/mediaelement/wp-mediaelement.css wp-includes/js/mediaelement/wp-mediaelement.css
    index e4d4202..b2e8c10 100644
     
    11.mejs-container {
    22        clear: both;
     3        width: 100%;
    34}
    45
    56.mejs-container * {
  • wp-includes/media.php

    diff --git wp-includes/media.php wp-includes/media.php
    index bc7a90c..5be8ac6 100644
    function wp_audio_shortcode( $attr, $content = '' ) { 
    22242224                'autoplay' => '',
    22252225                'preload'  => 'none',
    22262226                'class'    => 'wp-audio-shortcode',
    2227                 'style'    => 'width: 100%;'
     2227                'style'    => '',
    22282228        );
    22292229        foreach ( $default_types as $type ) {
    22302230                $defaults_atts[$type] = '';