Make WordPress Core

Ticket #24896: 24896.2.diff

File 24896.2.diff, 823 bytes (added by nacin, 11 years ago)

Refreshed to remove script-loader changes.

  • wp-includes/js/mediaelement/wp-mediaelement.css

     
    88
    99.mejs-controls .mejs-time-rail .mejs-time-current {
    1010        background: #d54e21;
    11 }
    12  No newline at end of file
     11}
     12
     13.me-cannotplay {
     14        width: auto !important;
     15}
  • wp-includes/media.php

     
    910910                'loop'     => $loop,
    911911                'autoplay' => $autoplay,
    912912                'preload'  => $preload,
     913                'style'    => 'width: 100%',
    913914        );
    914915
    915916        // These ones should just be omitted altogether if they are blank