Tweak missing fallback param in geolocate_ip

This commit is contained in:
Shiva Poudel 2015-11-11 06:19:01 +05:45
parent 976f83c5be
commit 70496e5864
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 ) {