Remove $wgUseTex from DefaultSettings.php
It's orphaned and unused anywhere... Change-Id: I0f42473e1a3b7a11f2f90aea0df09d179ca2945e
This commit is contained in:
parent
75c9333ddb
commit
729ec629e6
1 changed files with 0 additions and 15 deletions
|
|
@ -6539,21 +6539,6 @@ $wgCookieSetOnIpBlock = true;
|
||||||
|
|
||||||
/** @} */ # end of cookie settings }
|
/** @} */ # end of cookie settings }
|
||||||
|
|
||||||
/************************************************************************//**
|
|
||||||
* @name LaTeX (mathematical formulas)
|
|
||||||
* @{
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* To use inline TeX, you need to compile 'texvc' (in the 'math' subdirectory of
|
|
||||||
* the MediaWiki package and have latex, dvips, gs (ghostscript), andconvert
|
|
||||||
* (ImageMagick) installed and available in the PATH.
|
|
||||||
* Please see math/README for more information.
|
|
||||||
*/
|
|
||||||
$wgUseTeX = false;
|
|
||||||
|
|
||||||
/** @} */ # end LaTeX }
|
|
||||||
|
|
||||||
/************************************************************************//**
|
/************************************************************************//**
|
||||||
* @name Profiling, testing and debugging
|
* @name Profiling, testing and debugging
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue