mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-28 01:10:09 +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
|
* @return array
|
||||||
*/
|
*/
|
||||||
static function mathTagHook( $content, $attributes, $parser ) {
|
static function mathTagHook( $content, $attributes, $parser ) {
|
||||||
global $wgMathDisableTexFilter;
|
|
||||||
|
|
||||||
if ( trim( $content ) === '' ) { // bug 8372
|
if ( trim( $content ) === '' ) { // bug 8372
|
||||||
return '';
|
return '';
|
||||||
|
|
Loading…
Reference in a new issue