Index: trunk/extensions/WebFonts/WebFonts.php |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | $wgHooks['GetPreferences'][] = 'WebFontsHooks::addPreference'; |
39 | 39 | $wgHooks['MakeGlobalVariablesScript'][] = 'WebFontsHooks::addVariables'; |
40 | 40 | |
41 | | -$wgWebFontsEnabled = true; |
| 41 | +$wgWebFontsEnabledByDefault = true; |
42 | 42 | |
43 | 43 | $wgResourceModules['webfonts'] = array( |
44 | 44 | 'scripts' => 'js/webfonts.js', |