refactor: rename Hooks, update docblocks
This commit is contained in:
parent
571b6bf74f
commit
3af81c01b9
3 changed files with 30 additions and 72 deletions
|
@ -109,7 +109,7 @@ require_once dirname( __FILE__ ) . '/includes.php';
|
|||
|
||||
// Add Plugin Links to the "installed plugins" page.
|
||||
$l_str_plugin_file = 'footnotes/footnotes.php';
|
||||
add_filter( "plugin_action_links_{$l_str_plugin_file}", array( 'MCI_Footnotes_Hooks', 'plugin_links' ), 10, 2 );
|
||||
add_filter( "plugin_action_links_{$l_str_plugin_file}", array( 'Hooks', 'get_plugin_links' ), 10, 2 );
|
||||
|
||||
// Initialize the Plugin.
|
||||
$g_obj_mci_footnotes = new MCI_Footnotes();
|
||||
|
|
Reference in a new issue