mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-21 03:34:28 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user