Skip to content

Commit

Permalink
Fix: Expression "$blocks" on a separate line does not do anything.
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Oct 4, 2024
1 parent 5685aad commit 4b7c27f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/core/classes/class-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ protected function unregister_blocks(): array {

switch ( get_post_type() ) {
case Event::POST_TYPE:
$blocks;
break;
case Venue::POST_TYPE:
$blocks = array(
Expand Down

0 comments on commit 4b7c27f

Please sign in to comment.