[Plugin: WP-SpamFree] Too many admin pages
-
This is just an aesthetic comment, but I am the opinion that the plugin options page only needs to be linked once. As there is not a queue for moderation, I doubt I will need to check on it very often. As there is already a link in the “Right Now” section on the dashboard, it would not be needed on wp-admin/index.php.
My code in add_admin_pages():
//add_submenu_page("plugins.php","WP-SpamFree","WP-SpamFree",10, __FILE__, array(&$this,"output_existing_menu_sub_admin_page")); add_submenu_page("options-general.php","WP-SpamFree","WP-SpamFree",1, __FILE__, array(&$this,"output_existing_menu_sub_admin_page")); //add_submenu_page("index.php","WP-SpamFree","WP-SpamFree",1, __FILE__, array(&$this,"output_existing_menu_sub_admin_page"));
Still spam free, so thank you again for your work on this.
– Stephen
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: WP-SpamFree] Too many admin pages’ is closed to new replies.