refactor: re-add Footnotes prefix to Hooks
This commit is contained in:
parent
7adab1cd45
commit
2d4b778377
4 changed files with 9 additions and 9 deletions
|
@ -109,7 +109,7 @@ class Footnotes {
|
|||
// Register Button hooks.
|
||||
Footnotes_WYSIWYG::register_hooks();
|
||||
// Register general hooks.
|
||||
Hooks::register_hooks();
|
||||
Footnotes_Hooks::register_hooks();
|
||||
|
||||
// Initialize the Plugin Dashboard.
|
||||
$this->initialize_dashboard();
|
||||
|
|
Reference in a new issue