Changeset 56046 for trunk/src/wp-includes/kses.php
- Timestamp:
- 06/26/2023 11:42:16 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
r56020 r56046 2281 2281 * and `z-index` CSS properties. 2282 2282 * @since 6.3.0 Extended support for `filter` to accept a URL and added support for repeat(). 2283 * Added support for `box-shadow`. 2283 2284 * 2284 2285 * @param string $css A string of CSS rules. … … 2448 2449 'left', 2449 2450 'z-index', 2451 'box-shadow', 2450 2452 'aspect-ratio', 2451 2453
Note: See TracChangeset
for help on using the changeset viewer.