mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
HTML API: Update code style so it passes when backported into Gutenberg.
This changes the indentation of a variable in class-wp-html-tag-processor.php to satisfy both WordPress and Gutenberg linters. Props dmsnell, ntsekouras. Fixes #58170. git-svn-id: https://develop.svn.wordpress.org/trunk@55674 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f047b94d71
commit
fea66becf5
@ -1964,7 +1964,7 @@ class WP_HTML_Tag_Processor {
|
||||
*
|
||||
* 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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user