Skip to content

Commit

Permalink
Test the linting formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Apr 18, 2023
1 parent 1fd85c1 commit c21f8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/html-api/class-wp-html-tag-processor.php
Expand Up @@ -1908,7 +1908,7 @@ public function set_attribute( $name, $value ) {
*
* Result: <div id="new"/>
*/
$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,
Expand Down

0 comments on commit c21f8fa

Please sign in to comment.