andyexeter
Forum Replies Created
-
It does sound like they’re distributing a modified version of the core. If that’s the case I don’t think we can expect WordFence to account for this because there could be a never ending list of changes different hosts/providers make
I think you’re right in saying that you should just ignore these warnings, WordFence did its job correctly by informing you of changes to core files and after investigation you’ve concluded that it’s not a problem and can be safely ignored
Wesley,
I don’t want to put words in the mouths of the developers but the warning about @wp_mail being commented out is definitely not a false positive because you’ve changed the contents of a core file
Regarding your issue with the $wp_local_package = ” line, I checked a wp-includes/version.php file on a US distro I manage and it doesn’t contain that variable, the bottom of the file looks like this:
/** * Holds the required MySQL version * * @global string $required_mysql_version */ $required_mysql_version = '5.0';Have you by any chance edited that file too?
You’re welcome. 5 star rating and review posted. Excellent plugin!
No problem. It’s line 72 of the wp-config-sample.php file
The original:
define('WPLANG', '');The en_GB distro:
define('WPLANG', 'en_GB');