Fix `wpautop()` unit tests. See #25646, #22230, #25856.

Props rachelbaker.
Fixes #28638.


git-svn-id: https://develop.svn.wordpress.org/trunk@28853 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-06-26 17:27:49 +00:00
parent 8103dc5ade
commit 0f45c941f6
1 changed files with 3 additions and 3 deletions

View File

@ -299,8 +299,6 @@ Paragraph two.';
'ol',
'li',
'pre',
'select',
'option',
'form',
'map',
'area',
@ -325,7 +323,6 @@ Paragraph two.';
'footer',
'nav',
'figure',
'figcaption',
'details',
'menu',
'summary',
@ -387,6 +384,9 @@ Paragraph two.';
'del',
'ins',
'noscript',
'figcaption',
'select',
'option'
);
$content = $expected = array();