Another code standards update for mathjax add-on changes (5118)
This commit is contained in:
parent
fd894984cf
commit
d48f0010dd
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ function mathjax_uninstall() {
|
|||
Addon::unregisterHook('page_header', 'addon/mathjax/mathjax.php', 'mathjax_page_header');
|
||||
Addon::unregisterHook('addon_settings', 'addon/mathjax/mathjax.php', 'mathjax_settings');
|
||||
Addon::unregisterHook('addon_settings_post', 'addon/mathjax/mathjax.php', 'mathjax_settings_post');
|
||||
Addon::unregisterHook('template_vars','addon/mathjax/mathjax.php', 'mathjax_template_vars');
|
||||
Addon::unregisterHook('template_vars', 'addon/mathjax/mathjax.php', 'mathjax_template_vars');
|
||||
}
|
||||
|
||||
function mathjax_template_vars($a, &$arr) {
|
||||
|
|
Loading…
Reference in a new issue