Skip to content
Prev Previous commit
Next Next commit
Add missing line
  • Loading branch information
andrewserong committed Jan 30, 2023
commit df4d498044653deea1340d99b114456439c173fd
2 changes: 1 addition & 1 deletion src/wp-includes/block-supports/dimensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function wp_apply_dimensions_support( $block_type, $block_attributes ) { // phpc
return array();
}

$styles = array();
$attributes = array();

// Width support to be added in near future.

Expand Down