This commit is contained in:
Mike Jolley 2018-03-29 16:46:11 +01:00
parent b88289e5c1
commit 69a3a78a4c
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class WC_Geolocation {
$logger = wc_get_logger();
if ( ! self::supports_geolite2() ) {
$logger->notice( 'Required PHP 5.4 to be able to download MaxMind GeoLite2 database', array( 'source' => 'geolocation' ) );
$logger->notice( 'Requires PHP 5.4 to be able to download MaxMind GeoLite2 database', array( 'source' => 'geolocation' ) );
return;
}