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:
parent
cc87a1a7f9
commit
d790268b48
@ -1779,6 +1779,7 @@ function safecss_filter_attr( $css, $deprecated = '' ) {
|
||||
'float',
|
||||
'overflow',
|
||||
'vertical-align',
|
||||
'list-style-type',
|
||||
) );
|
||||
|
||||
if ( empty($allowed_attr) )
|
||||
|
Loading…
Reference in New Issue
Block a user