Changeset 1331382
- Timestamp:
- 01/19/2016 03:13:33 PM (9 years ago)
- Location:
- pdsweather
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified pdsweather/tags/2.0/pdsWeather.php ¶
r1331365 r1331382 19 19 function pdsWeather(){ 20 20 21 $api_key = get_option('weather _key');21 $api_key = get_option('weather-key'); 22 22 23 23 if(!$api_key){ -
TabularUnified pdsweather/trunk/pdsWeather.php ¶
r1331365 r1331382 19 19 function pdsWeather(){ 20 20 21 $api_key = get_option('weather _key');21 $api_key = get_option('weather-key'); 22 22 23 23 if(!$api_key){
Note: See TracChangeset
for help on using the changeset viewer.