Skip to content

Commit

Permalink
Merge pull request #7323 from ampproject/fix/navigation-block-validat…
Browse files Browse the repository at this point in the history
…ion-issues

Fix core navigation block validation issues
  • Loading branch information
westonruter authored Nov 1, 2022
2 parents 08906e4 + bd8e256 commit 092b4b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/embeds/class-amp-core-block-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ static function ( $matches ) use ( $modal_state_property ) {
*/
public function dequeue_block_navigation_view_script() {
wp_dequeue_script( 'wp-block-navigation-view' );
wp_dequeue_script( 'wp-block-navigation-view-2' );
}

/**
Expand Down

0 comments on commit 092b4b8

Please sign in to comment.