KSES: Add `list-style-type` to the list of allowed CSS attributes.
Props azaozz. Fixes #35877. Built from https://develop.svn.wordpress.org/trunk@37898 git-svn-id: http://core.svn.wordpress.org/trunk@37839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d9d7e5fa63
commit
571f70c60a
|
@ -1779,6 +1779,7 @@ function safecss_filter_attr( $css, $deprecated = '' ) {
|
|||
'float',
|
||||
'overflow',
|
||||
'vertical-align',
|
||||
'list-style-type',
|
||||
) );
|
||||
|
||||
if ( empty($allowed_attr) )
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-alpha-37897';
|
||||
$wp_version = '4.6-alpha-37898';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue