From 71947f18d33830d8ad4a2377d467b4b88cd22ee6 Mon Sep 17 00:00:00 2001 From: wonderboymusic Date: Wed, 5 Feb 2014 01:42:02 +0000 Subject: [PATCH] When a video shortcode has content in its body, append it as inner HTML in the resulting `'; diff --git a/tests/phpunit/tests/media.php b/tests/phpunit/tests/media.php index fcfe7c3b33..9b1543f6c2 100644 --- a/tests/phpunit/tests/media.php +++ b/tests/phpunit/tests/media.php @@ -368,7 +368,6 @@ CONTENT; /** * Test [video] shortcode processing * - * @ticket 26864 */ function test_video_shortcode_body() { $width = 720; @@ -393,13 +392,13 @@ VIDEO; $content = apply_filters( 'the_content', $video ); $expected = '
' . - "\n" . + "\n" . '
\n";