Changeset 47892 for trunk/src/wp-includes/kses.php
- Timestamp:
- 06/03/2020 10:00:27 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r47891 r47892 2306 2306 * Filters the regex limiting the list of characters not allowed in CSS rules. 2307 2307 * 2308 * Default behaviour is to remove any css containing \ ( & } = or comments, except for url() usage. 2308 * Default behaviour is to remove any CSS containing \ ( & } = or comments, 2309 * except for url() usage. 2309 2310 * 2310 2311 * @since 5.5.0 2311 2312 * 2312 * @param string $regex Regex pattern of disallowed characters in CSS rules. Default is '%[\\\(&=}]|/\*%'. 2313 * @param string $regex Regex pattern of disallowed characters in CSS rules. 2314 * Default is '%[\\\(&=}]|/\*%'. 2313 2315 * @param string $css_test_string CSS value to test. 2314 2316 */
Note: See TracChangeset
for help on using the changeset viewer.