Changeset 55184 for trunk/src/wp-includes/kses.php
- Timestamp:
- 02/01/2023 10:50:11 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/kses.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r55053 r55184 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 2281 * 2281 2282 * @param string $css A string of CSS rules. … … 2439 2440 'vertical-align', 2440 2441 2442 'position', 2443 'top', 2444 'right', 2445 'bottom', 2446 'left', 2447 'z-index', 2448 2441 2449 // Custom CSS properties. 2442 2450 '--*',
Note: See TracChangeset
for help on using the changeset viewer.