From e222077fe381216470e798aa4fc561c2e81f536d Mon Sep 17 00:00:00 2001 From: Dennis Snell Date: Fri, 21 Apr 2023 12:31:14 +0200 Subject: [PATCH] HTML API: Changes alignment to see if this passes rules; rejected currently in GB --- src/wp-includes/html-api/class-wp-html-tag-processor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/html-api/class-wp-html-tag-processor.php b/src/wp-includes/html-api/class-wp-html-tag-processor.php index d4223a3b9a9f0..039a8f275b649 100644 --- a/src/wp-includes/html-api/class-wp-html-tag-processor.php +++ b/src/wp-includes/html-api/class-wp-html-tag-processor.php @@ -1964,7 +1964,7 @@ public function set_attribute( $name, $value ) { * * Result:
*/ - $existing_attribute = $this->attributes[ $comparable_name ]; + $existing_attribute = $this->attributes[ $comparable_name ]; $this->lexical_updates[ $comparable_name ] = new WP_HTML_Text_Replacement( $existing_attribute->start, $existing_attribute->end,