stable bugfix release 2.1.2: priority level settings for all other hooks, preventing them from being zeroed at save == URGENCY
git-svn-id: https://plugins.svn.wordpress.org/footnotes/tags/2.1.2@2421553 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
362d9e60c6
commit
65668e0754
28 changed files with 1479 additions and 728 deletions
|
@ -89,7 +89,8 @@ class MCI_Footnotes_Layout_Init {
|
|||
* Registers all sub menu pages for the new main menu.
|
||||
*
|
||||
* @author Stefan Herndler
|
||||
* @since 2.0.2
|
||||
* @since 1.5.0
|
||||
* Claimed it was added for 2.0.2 while already present since 1.5.0 2020-11-19T1201+0100
|
||||
* @see http://codex.wordpress.org/Function_Reference/add_menu_page
|
||||
*/
|
||||
public function registerMainMenu() {
|
||||
|
@ -209,4 +210,4 @@ class MCI_Footnotes_Layout_Init {
|
|||
);
|
||||
exit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue