Changeset 6291
- Timestamp:
- 12/19/2017 07:48:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/index.php
r6276 r6291 444 444 */ 445 445 function get_location( $args = array() ) { 446 global $cache_life, $cache_group;447 448 446 $throttle_geonames = $throttle_ip2location = false; 449 447 … … 725 723 $sql_values[] = gmdate( 'Y-m-d', time() - DAY_IN_SECONDS ); 726 724 727 // Limit 725 // Limit 728 726 if ( isset( $args['number'] ) ) { 729 727 $sql_limits = 'LIMIT %d';
Note: See TracChangeset
for help on using the changeset viewer.