I have a strange issue with my functions.php file which, every 30 minutes or so, loses about 10 lines in the middle of the file, which causes this error:
Parse error: syntax error, unexpected '$mm' (T_VARIABLE) in /home/thebueno/public_html/wp-includes/functions.php on line 192
The file is getting modified in exactly the same way even after I restore the file.
I'd like to ask the experts if you would look at a particular culprit? WHat does your gut tell you given the circumstances? Nothing has been changed on this server for months. Suddenly, a file is modified in the strangest way: not truncated, but 10 lines taken out starting at line 192.
What modifies internal WordPress files automatically?