Skip to content

Commit

Permalink
Enable Wikidiff2
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Nov 11, 2024
1 parent da605f5 commit bc0127c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,13 @@
// Default to dark theme
$wgCitizenThemeDefault = 'dark';

/**
* Enable WikiDiff2
*/
if ( extension_loaded( 'wikidiff2' ) ) {
$wgDiff = false;
}

/**
* User group permission settings
*/
Expand Down

0 comments on commit bc0127c

Please sign in to comment.