diff --git a/src/wp-includes/kses.php b/src/wp-includes/kses.php index 10dd0b3656..527d374c9c 100644 --- a/src/wp-includes/kses.php +++ b/src/wp-includes/kses.php @@ -2411,7 +2411,7 @@ function safecss_filter_attr( $css, $deprecated = '' ) { */ $allow_css = apply_filters( 'safecss_filter_attr_allow_css', $allow_css, $css_test_string ); - // Only add the CSS part if it passes the regex check. + // Only add the CSS part if it passes the regex check. if ( $allow_css ) { if ( '' !== $css ) { $css .= ';';