https://bugzilla.wikimedia.org/show_bug.cgi?id=67579

--- Comment #2 from physikerwelt <[email protected]> ---
There is a change in the way how the Math extension is configured.
6 stands for define( 'MW_MATH_MATHJAX', 6 ); /// @deprecated
The new recommended setting for this application is:
$wgDefaultUserOptions['mathJax'] = true;
$wgDefaultUserOptions['math'] = MW_MATH_PNG;

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to