Make WordPress Core

Changeset 30132


Ignore:
Timestamp:
11/01/2014 12:48:32 AM (10 years ago)
Author:
wonderboymusic
Message:

Fix unit test for video shortcode after [30082].

Fixes #30078.

File:
1 edited

Legend:

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

    r29874 r30132  
    395395        $content = apply_filters( 'the_content', $video );
    396396
    397         $expected = '<div style="width: ' . $w . 'px; height: ' . $h . 'px; " class="wp-video">' .
     397        $expected = '<div style="width: ' . $w . 'px; " class="wp-video">' .
    398398            "<!--[if lt IE 9]><script>document.createElement('video');</script><![endif]-->\n" .
    399399            '<video class="wp-video-shortcode" id="video-' . $post_id . '-1" width="' . $w . '" height="' . $h . '" preload="metadata" controls="controls">' .
Note: See TracChangeset for help on using the changeset viewer.