Skip to content

Commit

Permalink
Add nfd-runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Oct 5, 2023
1 parent 20cc985 commit 175f918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public static function assets( $hook ) {
\wp_register_script(
'bluehost-script',
BLUEHOST_BUILD_URL . '/index.js',
array_merge( $asset['dependencies'] ),
array_merge( $asset['dependencies'], [ 'nfd-runtime' ] ),
$asset['version'],
true
);
Expand Down

0 comments on commit 175f918

Please sign in to comment.