xxsimoxx/codepotent-update-manager

Incorrect function used for translation

xxsimoxx opened this issue · 1 comments

Description

This line I think that should be

$anchor_text = esc_html__('View details', 'codepotent-update-manager');
and not
$anchor_text = esc_html('View details', 'codepotent-update-manager');

With or without text domain (issue #21).

Thanks!