Merge pull request #9569 from shivapoudel/param

Tweak missing fallback param in geolocate_ip
This commit is contained in:
Claudio Sanches 2015-11-10 22:47:09 -02:00
commit e1bb5830c8
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ class WC_Geolocation {
/**
* Geolocate an IP address.
* @param string $ip_address
* @param bool $fallback
* @return array
*/
public static function geolocate_ip( $ip_address = '', $fallback = true ) {