mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
🎨 Automatic code style fixes
This commit is contained in:
parent
82c6b78f50
commit
7534ae5c11
1 changed files with 18 additions and 18 deletions
|
@ -123,7 +123,7 @@ class SettingsModule implements ServiceModule, ExecutableModule {
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
wp_enqueue_script( 'ppcp-switch-settings-ui', '', array( 'wp-i18n' ), $script_asset_file['version'] );
|
wp_enqueue_script( 'ppcp-switch-settings-ui', '', array( 'wp-i18n' ), $script_asset_file['version'], false );
|
||||||
wp_set_script_translations(
|
wp_set_script_translations(
|
||||||
'ppcp-switch-settings-ui',
|
'ppcp-switch-settings-ui',
|
||||||
'woocommerce-paypal-payments',
|
'woocommerce-paypal-payments',
|
||||||
|
@ -201,7 +201,7 @@ class SettingsModule implements ServiceModule, ExecutableModule {
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
wp_enqueue_script( 'ppcp-admin-settings', '', array( 'wp-i18n' ), $script_asset_file['version'] );
|
wp_enqueue_script( 'ppcp-admin-settings', '', array( 'wp-i18n' ), $script_asset_file['version'], false );
|
||||||
wp_set_script_translations(
|
wp_set_script_translations(
|
||||||
'ppcp-admin-settings',
|
'ppcp-admin-settings',
|
||||||
'woocommerce-paypal-payments',
|
'woocommerce-paypal-payments',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue