Skip to content

Commit a81aa28

Browse files
committed
Reinstate the Blocks menu.
1 parent cb7f3b9 commit a81aa28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

output/html/block_editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ public function admin_menu( array $menu ) {
331331
/** @var QM_Data_Block_Editor */
332332
$data = $this->collector->get_data();
333333

334-
if ( empty( $data->block_editor_enabled ) || empty( $data->post_blocks ) ) {
334+
if ( empty( $data->post_blocks ) ) {
335335
return $menu;
336336
}
337337

0 commit comments

Comments
 (0)