From acbf60c9a64aad524f8f3d2a71750f9f06d52e71 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 16 Jan 2015 01:50:47 +0000 Subject: [PATCH] After [31186], remove `figcaption` from the list of inline elements that are autop'd in `Tests_Formatting_Autop::test_that_wpautop_treats_inline_elements_as_inline()`. See #29219. git-svn-id: https://develop.svn.wordpress.org/trunk@31191 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/formatting/Autop.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/tests/formatting/Autop.php b/tests/phpunit/tests/formatting/Autop.php index d563970a65..405be5c06c 100644 --- a/tests/phpunit/tests/formatting/Autop.php +++ b/tests/phpunit/tests/formatting/Autop.php @@ -384,7 +384,6 @@ Paragraph two.'; 'del', 'ins', 'noscript', - 'figcaption', 'select', );