Make WordPress Core


Ignore:
Timestamp:
07/20/2023 12:04:33 AM (14 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Correct equals sign alignment in various files.

This resolves a few WPCS warnings:

Equals sign not aligned with surrounding statements

so that the output of composer format is clean.

Follow-up to [55971], [56033], [56056], [56143], [56214].

Props jrf.
See #58831.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-scripts.php

    r56246 r56273  
    965965        }
    966966
    967         $is_alias = (bool) ! $this->registered[ $handle ]->src;
     967        $is_alias          = (bool) ! $this->registered[ $handle ]->src;
    968968        $intended_strategy = $this->get_data( $handle, 'strategy' );
    969969
Note: See TracChangeset for help on using the changeset viewer.