This commit is contained in:
Paul Sealock 2020-09-25 12:20:21 +12:00 committed by GitHub
parent fdd2c73122
commit 4b8a03d83b
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ class Loader {
wp_register_script(
'wc-navigation',
self::get_url( 'navigation/index', 'js' ),
array(),
array( 'wp-url', 'wp-hooks' ),
$js_file_version,
true
);