wp-includes/l10n.php file changes
-
Hi,
My l10n.php file is continually being flagged by WF scan as changing at line 249 from;
function __( $text, $domain = 'default' ) { return translate( $text, $domain ); }
to;
if (!function_exists('__')) { function __( $text, $domain = 'default' ) { return translate( $text, $domain ); } }
Each time I restore it, it changes back a few days later.
Has anyone experienced this and have any idea of the culprit?
I have the same plugins on other sites (different hosts), but the hosting company couldn’t provide much help.Thanks in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wp-includes/l10n.php file changes’ is closed to new replies.