Skip to content

Commit

Permalink
maxCategoryCount to 10 for metzowiki T11586 (#5417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reception123 authored Jan 4, 2024
1 parent 1cf095b commit a0a4da5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LocalWiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,10 @@ function onBeforePageDisplay( OutputPage $out ) {
case 'metawikibeta':
wfLoadExtension( 'GlobalWatchlist' );

break;
case 'metzowiki':
$wgDplSettings['maxCategoryCount'] = 10;

break;
case 'newusopediawiki':
$wgFilterLogTypes['comments'] = false;
Expand Down

0 comments on commit a0a4da5

Please sign in to comment.