You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2022. It is now read-only.
// If meta is taxonomy managed by Polylang and is in the
174
177
// correct language continue, otherwise return false to
175
178
// stop execution
@@ -335,7 +338,10 @@ public function handleVariableLimitation()
335
338
.' title : "%s" ,'
336
339
.' content : "%s" ,'
337
340
.' defaultLang : "%s"'
338
-
.'};', __('Wrong Language For Variable Product', 'woo-poly-integration'), __("Variable product must be created in the default language first or things will get messy. <br> <a href='https://github.com/hyyan/woo-poly-integration/tree/master#what-you-need-to-know-about-this-plugin' target='_blank'>Read more , to know why</a>", 'woo-poly-integration'), pll_default_language()
341
+
.'};',
342
+
__('Wrong Language For Variable Product', 'woo-poly-integration'),
343
+
__("Variable product must be created in the default language first or things will get messy. <br> <a href='https://github.com/hyyan/woo-poly-integration/tree/master#what-you-need-to-know-about-this-plugin' target='_blank'>Read more , to know why</a>", 'woo-poly-integration'),
344
+
pll_default_language()
339
345
);
340
346
341
347
Utilities::jsScriptWrapper($jsID, $code, false);
@@ -347,7 +353,11 @@ public function handleVariableLimitation()
0 commit comments