Make WordPress Core


Ignore:
Timestamp:
12/25/2023 02:01:34 PM (12 months ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php

    r57211 r57227  
    18961896         */
    18971897        foreach ( $this->bookmarks as $bookmark_name => $bookmark ) {
    1898             $bookmark_end   = $bookmark->start + $bookmark->length;
     1898            $bookmark_end = $bookmark->start + $bookmark->length;
    18991899
    19001900            /*
Note: See TracChangeset for help on using the changeset viewer.