Make WordPress Core


Ignore:
Timestamp:
03/24/2014 05:13:48 PM (12 years ago)
Author:
wonderboymusic
Message:

Fix the video shortcode unit test after [27519].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/media.php

    r27129 r27685  
    397397            "<!--[if lt IE 9]><script>document.createElement('video');</script><![endif]-->\n" .
    398398            '<video class="wp-video-shortcode" id="video-' . $post_id . '-1" width="' . $w . '" height="' . $h . '" preload="metadata" controls="controls">' .
    399             '<source type="video/mp4" src="http://domain.tld/wp-content/uploads/2013/12/xyz.mp4" />' .
     399            '<source type="video/mp4" src="http://domain.tld/wp-content/uploads/2013/12/xyz.mp4?_=1" />' .
    400400            '<!-- WebM/VP8 for Firefox4, Opera, and Chrome --><source type="video/webm" src="myvideo.webm" />' .
    401401            '<!-- Ogg/Vorbis for older Firefox and Opera versions --><source type="video/ogg" src="myvideo.ogv" />' .
Note: See TracChangeset for help on using the changeset viewer.