We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313228f commit b749eadCopy full SHA for b749ead
plugin/php/class-migration.php
@@ -195,7 +195,7 @@ public function admin_enqueue_scripts() {
195
wp_enqueue_script(
196
'material-m3-migration-color',
197
$this->plugin->asset_url( 'assets/js/admin-m3-color-migration.js' ),
198
- $version['dependencies'],
+ array_merge( $version['dependencies'], [ 'wp-util' ] ),
199
$version['version'],
200
true
201
);
@@ -250,7 +250,7 @@ public function admin_notice_m3_migration() {
250
251
'material-m3-notice-migration-color',
252
$this->plugin->asset_url( 'assets/js/admin-notice-m3-migration.js' ),
253
254
255
256
0 commit comments