mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Fix code style errors
This commit is contained in:
parent
32bf8a76ec
commit
3b6db73e8d
1 changed files with 10 additions and 6 deletions
|
@ -78,12 +78,16 @@ class SettingsModule implements ServiceModule, ExecutableModule {
|
|||
|
||||
wp_enqueue_style( 'ppcp-admin-settings' );
|
||||
|
||||
wp_enqueue_style('ppcp-admin-settings-font', 'https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
|
||||
wp_localize_script('ppcp-admin-settings', 'ppcpSettings', [
|
||||
'assets' => [
|
||||
'imagesUrl' => $module_url . '/images/'
|
||||
]
|
||||
]);
|
||||
wp_enqueue_style( 'ppcp-admin-settings-font', 'https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap', array(), $style_asset_file['version'] );
|
||||
wp_localize_script(
|
||||
'ppcp-admin-settings',
|
||||
'ppcpSettings',
|
||||
array(
|
||||
'assets' => array(
|
||||
'imagesUrl' => $module_url . '/images/',
|
||||
),
|
||||
)
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue