mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -1779,6 +1779,7 @@ function safecss_filter_attr( $css, $deprecated = '' ) {
|
||||
'float',
|
||||
'overflow',
|
||||
'vertical-align',
|
||||
'list-style-type',
|
||||
) );
|
||||
|
||||
if ( empty($allowed_attr) )
|
||||
|
||||
Reference in New Issue
Block a user