Docs: Add a `@since` note for `object-fit` support in `safecss_filter_attr()`.
Follow-up to [54675]. Props peterwilsoncc. See #56855. Built from https://develop.svn.wordpress.org/trunk@54698 git-svn-id: http://core.svn.wordpress.org/trunk@54250 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
70fd2c8b72
commit
c7f6abe9f4
|
@ -2265,7 +2265,7 @@ function kses_init() {
|
|||
* @since 5.8.0 Added support for `calc()` and `var()` values.
|
||||
* @since 6.1.0 Added support for `min()`, `max()`, `minmax()`, `clamp()`,
|
||||
* nested `var()` values, and assigning values to CSS variables.
|
||||
* Added support for `gap`, `column-gap`, `row-gap`, and `flex-wrap`.
|
||||
* Added support for `object-fit`, `gap`, `column-gap`, `row-gap`, and `flex-wrap`.
|
||||
* Extended `margin-*` and `padding-*` support for logical properties.
|
||||
*
|
||||
* @param string $css A string of CSS rules.
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.2-alpha-54693';
|
||||
$wp_version = '6.2-alpha-54698';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue