diff --git a/src/wp-includes/kses.php b/src/wp-includes/kses.php index 4ed1ddb7be..3115cc5a76 100644 --- a/src/wp-includes/kses.php +++ b/src/wp-includes/kses.php @@ -1708,6 +1708,8 @@ function safecss_filter_attr( $css, $deprecated = '' ) { * Filters list of allowed CSS attributes. * * @since 2.8.1 + * @since 4.4.0 `min-height`, `max-height`, `min-width`, and `max-width` were added. + * @since 4.6.0 `list-style-type` was added. * * @param array $attr List of allowed CSS attributes. */