Make WordPress Core

Changeset 51255


Ignore:
Timestamp:
06/29/2021 12:39:00 AM (3 years ago)
Author:
desrosj
Message:

Coding Standards: Apply an alignment fix after composer format.

Follow up to [51254].

See #53375.

File:
1 edited

Legend:

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

    r51254 r51255  
    158158    $version        = ! $is_core_block && $has_style_file ? filemtime( $style_file ) : false;
    159159    $style_uri      = $has_style_file ? $style_uri : false;
    160     $result       = wp_register_style(
     160    $result         = wp_register_style(
    161161        $style_handle,
    162162        $style_uri,
Note: See TracChangeset for help on using the changeset viewer.