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:
Sergey Biryukov 2022-10-26 14:22:16 +00:00
parent 70fd2c8b72
commit c7f6abe9f4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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