Changeset 1399690
- Timestamp:
- 04/19/2016 08:55:11 PM (10 years ago)
- File:
-
- 1 edited
-
solid-earth-spring-api/trunk/shortcode.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
solid-earth-spring-api/trunk/shortcode.php
r1378254 r1399690 72 72 $siteValue = $data['sitename']; 73 73 $template = $data['template']; 74 75 if ($_GET['property_type'] == "Single Family Recidence"){ 76 $_GET['property_type'] = "Single Family"; 77 } 74 78 75 79 $results = SPRINGAPIWP_quick_search($data['api_key'], $_GET, isset($atts["name"]) ? $atts["name"] : "" ,false, $siteValue);
Note: See TracChangeset
for help on using the changeset viewer.