Changeset 1378254
- Timestamp:
- 03/24/2016 08:25:10 PM (10 years ago)
- File:
-
- 1 edited
-
solid-earth-spring-api/trunk/shortcode.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
solid-earth-spring-api/trunk/shortcode.php
r1268955 r1378254 482 482 483 483 function SPRINGAPIWP_agent_render ( $atts, $content, $sc ) { 484 $data = SPRINGAPIWP_get_data('agent _settings');484 $data = SPRINGAPIWP_get_data('agentpage_settings'); 485 485 486 486 $key = $data['api_key']; … … 494 494 $results = array(); 495 495 496 array_push($results, SPRINGAPIWP_agent_listing($key, $name, false ));496 array_push($results, SPRINGAPIWP_agent_listing($key, $name, false, $siteValue)); 497 497 498 498 if(isset($results[0][0])) {
Note: See TracChangeset
for help on using the changeset viewer.