Changeset 5559
- Timestamp:
- 06/08/2017 08:18:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/index.php
r5558 r5559 291 291 population DESC 292 292 LIMIT 1", 293 $ location_name. '%',293 $wpdb->esc_like( $location_name ) . '%', 294 294 $country, 295 295 $timezone
Note: See TracChangeset
for help on using the changeset viewer.