Plugin Directory

Changeset 1710630


Ignore:
Timestamp:
08/08/2017 11:30:13 PM (9 years ago)
Author:
haystacksearch
Message:

Adding type to wordpress module page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • haystack/trunk/Haystack_Plugin.php

    r1539441 r1710630  
    150150       
    151151        //Data
    152         $client_hash        = $this->getOption('client_hash');
     152        $client_hash       = $this->getOption('client_hash');
    153153        $trig              = $this->getOption('trig');
    154154        $quick_links       = $this->get_quick_links();
     
    160160            'analytics' => HAYSTACK_ANALYTICS,
    161161            'quick_links' => $quick_links_title.$quick_links,
     162            'types' => array_keys($this->getOption('post_types')),
    162163        );
    163164        if ($trig != '') {
Note: See TracChangeset for help on using the changeset viewer.