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.

Built from https://develop.svn.wordpress.org/trunk@37931


git-svn-id: http://core.svn.wordpress.org/trunk@37872 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-06-30 17:02:30 +00:00
parent 4789f30c40
commit 5e467a2774
2 changed files with 3 additions and 1 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.
*/

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-beta1-37930';
$wp_version = '4.6-beta1-37931';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.