forked from MichaelYick/mailpoet
Remove unnecessary usage of WPFunctions from SubscribersListingRepository
We agreed that we can use WP translation functions directly. This one was probably some leftover which remained in the file after merging branches. The file was missing use statement so this was causing an error. [MAILPOET-4551]
This commit is contained in:
parent
54a721b751
commit
7fde0b6bdc
@ -307,7 +307,7 @@ class SubscriberListingRepository extends ListingRepository {
|
||||
$group = $definition->getGroup();
|
||||
|
||||
$allTagsList = [
|
||||
'label' => WPFunctions::get()->__('All Tags', 'mailpoet'),
|
||||
'label' => __('All Tags', 'mailpoet'),
|
||||
'value' => '',
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user