Home
last modified time | relevance | path

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

/plugin/nspages/
H A DoptionParser.php117 static function checkGlobalExclude($globalExclude, &$excludedPages, &$excludedNs) { argument
118 if(!empty($globalExclude)) {
119 self::_addListOfItemsToExclude(explode(',', $globalExclude), $excludedPages, $excludedNs);