mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Coding Standards: Apply an alignment fix after composer format.
Follow up to [51254]. See #53375. git-svn-id: https://develop.svn.wordpress.org/trunk@51255 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -157,7 +157,7 @@ function register_block_style_handle( $metadata, $field_name ) {
|
||||
$has_style_file = false !== $style_file;
|
||||
$version = ! $is_core_block && $has_style_file ? filemtime( $style_file ) : false;
|
||||
$style_uri = $has_style_file ? $style_uri : false;
|
||||
$result = wp_register_style(
|
||||
$result = wp_register_style(
|
||||
$style_handle,
|
||||
$style_uri,
|
||||
array(),
|
||||
|
||||
Reference in New Issue
Block a user