Tests Autop: remove <option> from the list of inline tags. It is valid only in specific context (<select>, <optgroup> or <datalist>) and should not be wrapped in <p>. Props kovshenin, fixes #28217.

git-svn-id: https://develop.svn.wordpress.org/trunk@29328 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-07-29 19:02:36 +00:00
parent 94c53962b1
commit 23d876d86a
1 changed files with 0 additions and 1 deletions

View File

@ -386,7 +386,6 @@ Paragraph two.';
'noscript',
'figcaption',
'select',
'option'
);
$content = $expected = array();