Skip to content

Commit 4c1ee83

Browse files
committed
Coding Standards: Properly align variable assignment in WP_Block
Removes a new line added as part of [60611] which impacted alignment of variable assignments in `process_block_bindings()`. See #63168. git-svn-id: https://develop.svn.wordpress.org/trunk@60663 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b020981 commit 4c1ee83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wp-includes/class-wp-block.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ private function process_block_bindings() {
297297
$block_type = $this->name;
298298
$parsed_block = $this->parsed_block;
299299
$computed_attributes = array();
300-
301300
$supported_block_attributes =
302301
self::BLOCK_BINDINGS_SUPPORTED_ATTRIBUTES[ $block_type ] ??
303302
array();

0 commit comments

Comments
 (0)