Changeset 7728 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
- Timestamp:
- 10/12/2018 02:51:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
r7709 r7728 163 163 ), 'https://maps.googleapis.com/maps/api/geocode/json' ); 164 164 165 $key = apply_filters( 'wordcamp_google_maps_api_key', '' );165 $key = apply_filters( 'wordcamp_google_maps_api_key', '', 'server' ); 166 166 167 167 if ( $key ) {
Note: See TracChangeset
for help on using the changeset viewer.