From 81e1c2d58b8134ddf633a64e4dd0bcb5f94856e2 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Tue, 29 Jun 2021 00:39:00 +0000 Subject: [PATCH] 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 --- src/wp-includes/blocks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/blocks.php b/src/wp-includes/blocks.php index 825b864c43..8f2cd74979 100644 --- a/src/wp-includes/blocks.php +++ b/src/wp-includes/blocks.php @@ -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(),