mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-24 07:13:27 +00:00
Follow-up I83714188: Don't turn every MW page into an exception
A hook function was removed, now we remove the reference to it from wgHooks. Change-Id: I2d6c6b8f7948ec69f6ee04f904c48812b34ddaa2
This commit is contained in:
parent
2cb1deb2d1
commit
142b8089a5
|
@ -19,9 +19,6 @@
|
||||||
"EditPage::showReadOnlyForm:initial": [
|
"EditPage::showReadOnlyForm:initial": [
|
||||||
"CodeEditorHooks::editPageShowEditFormInitial"
|
"CodeEditorHooks::editPageShowEditFormInitial"
|
||||||
],
|
],
|
||||||
"BeforePageDisplay": [
|
|
||||||
"CodeEditorHooks::onBeforePageDisplay"
|
|
||||||
],
|
|
||||||
"GetPreferences": [
|
"GetPreferences": [
|
||||||
"CodeEditorHooks::getPreferences"
|
"CodeEditorHooks::getPreferences"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue