Skip to content

Commit f1b1d2e

Browse files
t-hamanoclaude
andcommitted
Coding Standards: Remove trailing whitespace in safecss_filter_attr comment.
Fixes a `Squiz.WhiteSpace.SuperfluousWhitespace.EndLine` PHPCS violation introduced by an earlier comment edit on this branch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6c41d18 commit f1b1d2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/kses.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2758,7 +2758,7 @@ function safecss_filter_attr( $css, $deprecated = '' ) {
27582758

27592759
/*
27602760
* CSS attributes that accept rgb(a) color data types.
2761-
*
2761+
*
27622762
* See https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb
27632763
*/
27642764
$css_color_data_types = array(

0 commit comments

Comments
 (0)