Update tranlation text domain
This commit is contained in:
@ -354,7 +354,7 @@ class Domain_Mapping {
|
||||
if (is_wp_error($error)) {
|
||||
|
||||
// translators: First placeholder is the mapping ID, second is the site ID.
|
||||
$message = sprintf(__('Unable to delete mapping %1$d for site %2$d', 'wp-ultimo'), $mapping->get_id(), $site->blog_id);
|
||||
$message = sprintf(__('Unable to delete mapping %1$d for site %2$d', 'wp-multisite-waas'), $mapping->get_id(), $site->blog_id);
|
||||
|
||||
trigger_error($message, E_USER_WARNING);
|
||||
}
|
||||
|
Reference in New Issue
Block a user