KSES: Add `list-style-type` to the list of allowed CSS attributes.

Props azaozz.
Fixes #35877.


git-svn-id: https://develop.svn.wordpress.org/trunk@37898 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jeremy Felt 2016-06-28 22:09:55 +00:00
parent cc87a1a7f9
commit d790268b48
1 changed files with 1 additions and 0 deletions

View File

@ -1779,6 +1779,7 @@ function safecss_filter_attr( $css, $deprecated = '' ) {
'float',
'overflow',
'vertical-align',
'list-style-type',
) );
if ( empty($allowed_attr) )