Ticket #51707: 51707.patch
File 51707.patch, 694 bytes (added by , 4 years ago) |
---|
-
src/wp-includes/kses.php
2171 2171 * @since 5.3.0 Added support for `grid`, `flex` and `column` layout properties. 2172 2172 * Extend `background-*` support of individual properties. 2173 2173 * @since 5.3.1 Added support for gradient backgrounds. 2174 * @since 5.6.0 Added support for `white-space`. 2174 2175 * 2175 2176 * @param string[] $attr Array of allowed CSS attributes. 2176 2177 */ … … 2232 2233 'text-decoration', 2233 2234 'text-indent', 2234 2235 'text-transform', 2236 'white-space', 2235 2237 2236 2238 'height', 2237 2239 'min-height',