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

View File

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