PluginProbe
MakeCommerce for WooCommerce / 3.0.12
MakeCommerce for WooCommerce v3.0.12
4.1.0 4.0.8 trunk 1.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.2 All 96 releases
← All changes | includes/i18n.php +1 -1 4.1.03.0.12 View file →
@@ -28,9 +28,9 @@
28 28 */
29 29 class i18n {
30 30
31 31 //set default locale when there is nothing specified
32 - public static string $defaultLocale = "et";
32 + public $defaultLocale = "et";
33 33
34 34 /**
35 35 * Load the plugin text domain for translation.
36 36 *