Changeset 1710630
- Timestamp:
- 08/08/2017 11:30:13 PM (9 years ago)
- File:
-
- 1 edited
-
haystack/trunk/Haystack_Plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
haystack/trunk/Haystack_Plugin.php
r1539441 r1710630 150 150 151 151 //Data 152 $client_hash = $this->getOption('client_hash');152 $client_hash = $this->getOption('client_hash'); 153 153 $trig = $this->getOption('trig'); 154 154 $quick_links = $this->get_quick_links(); … … 160 160 'analytics' => HAYSTACK_ANALYTICS, 161 161 'quick_links' => $quick_links_title.$quick_links, 162 'types' => array_keys($this->getOption('post_types')), 162 163 ); 163 164 if ($trig != '') {
Note: See TracChangeset
for help on using the changeset viewer.