From b3266923d8baef4ff49ce1a5a32f7174b5af73ea Mon Sep 17 00:00:00 2001 From: mikkamp Date: Thu, 16 Jan 2025 10:55:27 +0000 Subject: [PATCH] Start domain path with slash --- woocommerce-google-analytics-integration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woocommerce-google-analytics-integration.php b/woocommerce-google-analytics-integration.php index e326177..5b472b4 100644 --- a/woocommerce-google-analytics-integration.php +++ b/woocommerce-google-analytics-integration.php @@ -15,7 +15,7 @@ * License: GPLv3 * License URI: https://www.gnu.org/licenses/gpl-3.0.html * Text Domain: woocommerce-google-analytics-integration - * Domain Path: languages/ + * Domain Path: /languages */ use Automattic\WooCommerce\Utilities\FeaturesUtil;