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

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