Rename translation functions
This commit is contained in:
committed by
M. Shull
parent
934119f5dd
commit
879a36e0f2
@@ -243,7 +243,7 @@ class Populator {
|
||||
if (empty($woocommerce_optin_on_checkout)) {
|
||||
$this->settings->set('woocommerce.optin_on_checkout', [
|
||||
'enabled' => empty($settings_db_version), // enable on new installs only
|
||||
'message' => WPFunctions::get()->x('Yes, I would like to be added to your mailing list', "default email opt-in message displayed on checkout page for ecommerce websites"),
|
||||
'message' => WPFunctions::get()->_x('Yes, I would like to be added to your mailing list', "default email opt-in message displayed on checkout page for ecommerce websites"),
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user