Skip to content

Commit

Permalink
Add wp-util dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelUtkarsh committed Sep 2, 2022
1 parent 313228f commit 357beb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/php/class-migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public function admin_notice_m3_migration() {
wp_enqueue_script(
'material-m3-notice-migration-color',
$this->plugin->asset_url( 'assets/js/admin-notice-m3-migration.js' ),
$version['dependencies'],
array_merge( $version['dependencies'], [ 'wp-util' ] ),
$version['version'],
true
);
Expand Down

0 comments on commit 357beb0

Please sign in to comment.