Changeset 55944 for trunk/src/wp-includes/kses.php
- Timestamp:
- 06/20/2023 02:29:18 AM (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
r55937 r55944 2280 2280 * @since 6.2.0 Added support for `aspect-ratio`, `position`, `top`, `right`, `bottom`, `left`, 2281 2281 * and `z-index` CSS properties. 2282 * @since 6.3.0 Extended support for `filter` to accept a URL .2282 * @since 6.3.0 Extended support for `filter` to accept a URL and added support for repeat(). 2283 2283 * 2284 2284 * @param string $css A string of CSS rules. … … 2564 2564 */ 2565 2565 $css_test_string = preg_replace( 2566 '/\b(?:var|calc|min|max|minmax|clamp )(\((?:[^()]|(?1))*\))/',2566 '/\b(?:var|calc|min|max|minmax|clamp|repeat)(\((?:[^()]|(?1))*\))/', 2567 2567 '', 2568 2568 $css_test_string
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)