delete some references to modules.locale

This commit is contained in:
David Remer 2020-09-01 14:53:03 +03:00
parent df4a4b7fef
commit a3ee3368da
6 changed files with 5 additions and 8 deletions

View file

@ -108,7 +108,7 @@ return array(
'onboarding.url' => static function ( ContainerInterface $container ): string {
return plugins_url(
'/modules.local/ppcp-onboarding/',
'/modules/ppcp-onboarding/',
dirname( __FILE__, 3 ) . '/woocommerce-paypal-commerce-gateway.php'
);
},