Changeset 55309
- Timestamp:
- 02/13/2023 08:45:48 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r55184 r55309 2278 2278 * Added support for `object-fit`, `gap`, `column-gap`, `row-gap`, and `flex-wrap`. 2279 2279 * Extended `margin-*` and `padding-*` support for logical properties. 2280 * @since 6.2.0 Added support for `position`, `top`, `right`, `bottom`, `left` and `z-index` position CSS properties. 2280 * @since 6.2.0 Added support for `aspect-ratio`, `position`, `top`, `right`, `bottom`, `left`, 2281 * and `z-index` CSS properties. 2281 2282 * 2282 2283 * @param string $css A string of CSS rules. … … 2446 2447 'left', 2447 2448 'z-index', 2449 'aspect-ratio', 2448 2450 2449 2451 // Custom CSS properties.
Note: See TracChangeset
for help on using the changeset viewer.