Searched refs:tagplugin (Results 1 – 4 of 4) sorted by relevance
/plugin/ckgdoku/action/ |
H A D | tagapi.php | 11 private $tagplugin = null; variable in action_plugin_ckgdoku_tagapi 38 if ($this->tagplugin = $this->loadHelper('tag')) { 39 $tags = $this->tagplugin->tagOccurrences(array(), NULL, true); 64 resolve_pageID($this->tagplugin->namespace, $id, $exists);
|
/plugin/ckgedit/action/ |
H A D | tagapi.php | 11 private $tagplugin = null; variable in action_plugin_ckgedit_tagapi 38 if ($this->tagplugin = $this->loadHelper('tag')) { 39 $tags = $this->tagplugin->tagOccurrences(array(), NULL, true); 64 resolve_pageID($this->tagplugin->namespace, $id, $exists);
|
/plugin/tagentry/ |
H A D | action.php | 231 $tagplugin = plugin_load( 'helper', 'tag' ); 232 if ( plugin_isdisabled( 'tag' ) || !$tagplugin ) { 239 resolve_pageID( $tagplugin->namespace, $id, $exist );
|
/plugin/tagalerts/ |
H A D | action.php | 28 $tagplugin = plugin_load('helper', 'tag'); 29 if(is_null($tagplugin)) {
|