https://bugzilla.wikimedia.org/show_bug.cgi?id=11023
--- Comment #8 from [email protected] 2009-06-07 00:39:26 UTC --- To anyone reading this bug, here's how I finally got "rid" of those Special Pages that bother me. In LocalSetting.php I used: function JidanniLessSpecialPages(&$list){foreach(array('Uncategorizedimages','Unusedimages','Withoutinterwiki','Upload', 'Newimages','Listfiles','MIMEsearch','FileDuplicateSearch','Filepath','Booksources','Mostimages','Tags','Disambiguations', 'Ipblocklist')as $i){unset($list[$i]);}return true;} $wgHooks['SpecialPage_initList'][]='JidanniLessSpecialPages'; -- 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
