Changeset 5481
- Timestamp:
- 05/04/2017 07:12:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/index.php
r5480 r5481 485 485 486 486 // IP: 487 if ( ! $location && isset( $args['ip'] ) ) {487 if ( ! $location && isset( $args['ip'] ) && ! isset( $args['location_name'] ) ) { 488 488 $guess = guess_location_from_ip( $args['ip'] ); 489 489
Note: See TracChangeset
for help on using the changeset viewer.