Home
last modified time | relevance | path

Searched refs:globalExclude (Results 1 – 1 of 1) sorted by path

/plugin/nspages/
H A DoptionParser.php120 static function checkGlobalExclude($globalExclude, &$excludedPages, &$excludedNs) {
121 if(!empty($globalExclude)) {
122 self::_addListOfItemsToExclude(explode(',', $globalExclude), $excludedPages, $excludedNs);
117 checkGlobalExclude($globalExclude, & $excludedPages, & $excludedNs) global() argument