Changeset 48104 for trunk/src/wp-includes/kses.php
- Timestamp:
- 06/20/2020 12:00:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r48086 r48104 2371 2371 * 2372 2372 * @param bool $allow_css Whether the CSS in the test string is considered safe. 2373 * @param string $css_test_string The cssstring to test.2373 * @param string $css_test_string The CSS string to test. 2374 2374 */ 2375 2375 $allow_css = apply_filters( 'safecss_filter_attr_allow_css', $allow_css, $css_test_string ); 2376 2376 2377 // Only add the csspart if it passes the regex check.2377 // Only add the CSS part if it passes the regex check. 2378 2378 if ( $allow_css ) { 2379 2379 if ( '' !== $css ) {
Note: See TracChangeset
for help on using the changeset viewer.