diff --git a/wp-includes/kses.php b/wp-includes/kses.php index 10dd0b3656..527d374c9c 100644 --- a/wp-includes/kses.php +++ b/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 .= ';'; diff --git a/wp-includes/version.php b/wp-includes/version.php index 888892dfc9..9678262445 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51549'; +$wp_version = '5.9-alpha-51550'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.