From e39ed897ccb1d9a11a3ec88e9aa3f49a97ae604c Mon Sep 17 00:00:00 2001 From: Aricura Date: Mon, 15 Sep 2014 16:33:23 +0000 Subject: [PATCH] - Removed: /forms.contact from the "other Plugins" list - Update: changed main menu name to "ManFisher" instead of "ManFisher Plugins" git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@990330 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- class/dashboard/init.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/class/dashboard/init.php b/class/dashboard/init.php index fc418ed..e234340 100644 --- a/class/dashboard/init.php +++ b/class/dashboard/init.php @@ -32,7 +32,7 @@ class MCI_Footnotes_Layout_Init { * @since 1.5.0 * @var string */ - const C_STR_MAIN_MENU_TITLE = "ManFisher Plugins"; + const C_STR_MAIN_MENU_TITLE = "ManFisher"; /** * @@ -145,7 +145,6 @@ class MCI_Footnotes_Layout_Init { array("name" => "identity", "title" => "Identity"), array("name" => "google-keyword-suggest", "title" => "Google Keyword Suggest"), array("name" => "competition", "title" => "competition"), - array("name" => "formscontact", "title" => "/forms.contact"), array("name" => "footnotes", "title" => "Footnotes") );