Skip to content

Commit 00b932e

Browse files
authored
chore: add Stackable version to wp_enqueue_script (#3420)
1 parent 3992996 commit 00b932e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/welcome/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function enqueue_dashboard_script( $hook ) {
6666

6767
do_action( 'stackable_settings_admin_enqueue_scripts' );
6868

69-
wp_enqueue_script( 'stackable-welcome', plugins_url( 'dist/admin_welcome.js', STACKABLE_FILE ), array( 'wp-i18n', 'wp-element', 'wp-hooks', 'wp-util', 'wp-components', 'wp-api', 'wp-editor', 'lodash' ) );
69+
wp_enqueue_script( 'stackable-welcome', plugins_url( 'dist/admin_welcome.js', STACKABLE_FILE ), array( 'wp-i18n', 'wp-element', 'wp-hooks', 'wp-util', 'wp-components', 'wp-api', 'wp-editor', 'lodash' ), STACKABLE_VERSION );
7070

7171
// Add translations.
7272
wp_set_script_translations( 'stackable-welcome', STACKABLE_I18N );

0 commit comments

Comments
 (0)