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:
Jeremy Felt 2016-06-28 22:10:31 +00:00
parent d9d7e5fa63
commit 571f70c60a
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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.