Missing Text Domain
-
Hi Developer,
Thanks for this awesome plugin, it is useful for my sites.
I found a string missing its text-domain like the following:
Elm/DashboardWidget.php, line 573.
Original:
_e( 'By default, only fatal errors and warnings will be logged. To also log notices and other messages, enable the <code>WP_DEBUG</code> option by adding this code:', );
It should be:
_e( 'By default, only fatal errors and warnings will be logged. To also log notices and other messages, enable the <code>WP_DEBUG</code> option by adding this code:', 'error-log-monitor' );
Hope to implement this to the future version.
Regards,
Alex
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Missing Text Domain’ is closed to new replies.