Coding Standards: Fix incorrect comment indent in `safecss_filter_attr()`.

Props jrf.
See #53359.
Built from https://develop.svn.wordpress.org/trunk@51550


git-svn-id: http://core.svn.wordpress.org/trunk@51161 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-08-05 12:59:58 +00:00
parent 73be6fd8ef
commit 72acd346a2
2 changed files with 2 additions and 2 deletions

View File

@ -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 .= ';';

View File

@ -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.