Skip to content

Commit

Permalink
Fix lint regressions after whitespace-agnostic rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Jul 17, 2024
1 parent aa4524c commit 9458530
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ function playground_demo_maybe_render_full_page_block() {

wp_head();
$block = array(
'blockName' => 'wordpress-playground/playground',
'blockName' => 'wordpress-playground/playground',
'attrs' => array(),
'innerBlocks' => array(),
'innerHTML' => '',
'innerBlocks' => array(),
'innerHTML' => '',
'innerContent' => array(),
);
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
Expand Down

0 comments on commit 9458530

Please sign in to comment.