mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 06:05:42 +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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user