Make WordPress Core


Ignore:
Timestamp:
04/17/2022 03:05:10 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Correct alignment in various files.

This fixes an Array double arrow not aligned correctly WPCS warning.

Follow-up to [53075], [53084], [53091], [53094], [53155], [53129].

See #54728.

File:
1 edited

Legend:

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

    r53152 r53197  
    13631363                    }
    13641364
    1365                     $args       = array(
     1365                    $args = array(
    13661366                        'handle' => sanitize_key( "{$metadata['name']}-{$style_path}" ),
    13671367                        'src'    => $style_uri,
Note: See TracChangeset for help on using the changeset viewer.