Docs: Add changelog entries to the hook doc for the `safe_style_css` filter denoting recent CSS attribute additions.

* `min-height`, `max-height`, `min-width`, and `max-width` were added in 4.4, see [33739].
* `list-style-type` was added in 4.6, see [37898].

See #35877. See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@37931 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-06-30 17:01:51 +00:00
parent 229e0d5300
commit 2220ac9425
1 changed files with 2 additions and 0 deletions

View File

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