Home
last modified time | relevance | path

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

/plugin/dir/
H A Dsyntax.php44 var $includeTags = Array(); variable in syntax_plugin_dir
1265 if(count($this->includeTags) > 0) {
1266 $intersection = array_intersect($tags, $this->includeTags);
1267 if(count($intersection) != count($this->includeTags)) {