Update tranlation text domain

This commit is contained in:
David Stone
2025-02-15 23:19:24 -07:00
parent 217009caab
commit f05ab77418
424 changed files with 6368 additions and 6368 deletions

View File

@ -65,7 +65,7 @@ function wu_has_product($product_slug, $blocking = false, $site_id = '') {
$site = wu_get_site($site_id);
if (empty($site)) {
return new \WP_Error('site-not-found', __('Invalid site ID', 'wp-ultimo'));
return new \WP_Error('site-not-found', __('Invalid site ID', 'wp-multisite-waas'));
}
$membership = $site->get_membership();
@ -104,7 +104,7 @@ function wu_is_membership_active($site_id = '') {
$site = wu_get_site($site_id);
if (empty($site)) {
return new \WP_Error('site-not-found', __('Invalid site ID', 'wp-ultimo'));
return new \WP_Error('site-not-found', __('Invalid site ID', 'wp-multisite-waas'));
}
$membership = $site->get_membership();