mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Coding Standards: Correct alignment in WP_HTML_Tag_Processor::apply_attributes_updates().
This fixes an `Equals sign not aligned correctly` WPCS warning. Follow-up to [57179]. Props antonvlasenko, dmsnell, ironprogrammer. Fixes #60078. git-svn-id: https://develop.svn.wordpress.org/trunk@57227 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e98fe1f0d7
commit
e9f335df2f
@ -1895,7 +1895,7 @@ class WP_HTML_Tag_Processor {
|
||||
* replacements adjust offsets in the input document.
|
||||
*/
|
||||
foreach ( $this->bookmarks as $bookmark_name => $bookmark ) {
|
||||
$bookmark_end = $bookmark->start + $bookmark->length;
|
||||
$bookmark_end = $bookmark->start + $bookmark->length;
|
||||
|
||||
/*
|
||||
* Each lexical update which appears before the bookmark's endpoints
|
||||
|
||||
Loading…
Reference in New Issue
Block a user