Home
last modified time | relevance | path

Searched refs:nsTags (Results 1 – 1 of 1) sorted by relevance

/plugin/tagadd/
H A Daction.php163 $nsTags = $Htagfilter->getTagsByNamespace(trim($ns,':'));
166 sort($nsTags);
170 $nsTags=array_filter($nsTags);
179 if(count($nsTags)<1) return $html."<br><br>no Tags found";
183 $this->createAccordion($form,$nsTags,$siteTags);
217 * @param array $nsTags Selectable tags
221 protected function createAccordion($form,$nsTags,$siteTags) argument
223 $nsTags_cat = $this->categorysizeTags($nsTags);