WordPress core file modified notification
-
Hi,
I just got an notification from Wordfence that 5 core files were modified. I’m not seeing anything that has changed on my website. Still looks the same. I’m not sure what to do.
The files are modified are:
wp-admin/includes/upgrade.php
wp-includes/functions.php
wp-includes/load.php
Unknown file in WordPress core: wp-includes/functions.php.orig
Unknown file in WordPress core: wp-admin/includes/upgrade.php.origI am not good at php so not sure if this is bad, but I’ve looked at the first modified file to see what’s changed and this is what is says:
Original version:
if ( is_wp_error( $result ) )
die( $result->get_error_message() );Modified version:
if ( is_wp_error( $result ) ) {
echo $result->get_error_message();
exit(1);And should I delete the unknown files? Please help!
Kind regards,
Michelle
- The topic ‘WordPress core file modified notification’ is closed to new replies.