mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Add a @since note for object-fit support in safecss_filter_attr().
Follow-up to [54675]. Props peterwilsoncc. See #56855. git-svn-id: https://develop.svn.wordpress.org/trunk@54698 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2517d54525
commit
5395998625
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user