Make WordPress Core

Changeset 37898


Ignore:
Timestamp:
06/28/2016 10:09:55 PM (10 years ago)
Author:
jeremyfelt
Message:

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

Props azaozz.
Fixes #35877.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/kses.php

    r37897 r37898  
    17801780                'overflow',
    17811781                'vertical-align',
     1782                'list-style-type',
    17821783        ) );
    17831784
Note: See TracChangeset for help on using the changeset viewer.