Props rachelbaker. Fixes #28638. git-svn-id: https://develop.svn.wordpress.org/trunk@28853 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8103dc5ade
commit
0f45c941f6
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user