mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 07:34:22 +00:00
Remove unused global
Change-Id: I8f5f77015de266f5a5b751fd7cfe424784eb3864
This commit is contained in:
parent
afc2353a56
commit
c240a5c477
|
@ -92,7 +92,6 @@ class MathHooks {
|
|||
* @return array
|
||||
*/
|
||||
static function mathTagHook( $content, $attributes, $parser ) {
|
||||
global $wgMathDisableTexFilter;
|
||||
|
||||
if ( trim( $content ) === '' ) { // bug 8372
|
||||
return '';
|
||||
|
|
Loading…
Reference in a new issue