https://bugzilla.wikimedia.org/show_bug.cgi?id=19183
--- Comment #2 from [email protected] 2009-06-23 17:24:39 UTC --- (Well on my wikis, instead of hoping folks can make heads or tails of what is meant, I just chuck 'Disambiguations' into my LocalSettings.php's >function JidanniLessSpecialPages(&$list){ >foreach(array('Uncategorizedimages','Unusedimages','Withoutinterwiki','Upload', > 'Newimages','Listfiles','MIMEsearch','FileDuplicateSearch','Filepath','Booksources','Mostimages','Tags','Disambiguations' > )as $i){unset($list[$i]);}global > $wgUser;if(!$wgUser->isAllowed('editinterface')){unset($list[Ipblocklist]);} > return true;}$wgHooks['SpecialPage_initList'][]='JidanniLessSpecialPages'; and poof, it's gone.) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
