Skip to content

Commit

Permalink
Fix server rendering in 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Jun 10, 2021
1 parent 8f64a0e commit 2aa3145
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ function gutenberg_reregister_core_block_types() {
'block_folders' => array(
'widget-area',
),
'block_names' => array(
'widget-area.php' => 'core/widget-area',
),
'block_names' => array(),
),
__DIR__ . '/../build/widgets/blocks/' => array(
'block_folders' => array(
Expand Down

0 comments on commit 2aa3145

Please sign in to comment.