Move Thinglink from Plugins to Settings
-
Settings panels for plugins are usually listed under Settings, rather than under Plugins. It would make more sense from a user standpoint to find the ThingLink Settings menu in the dashboard to appear under Settings. Changing line 44 in rjw-thinglink.php to this:
add_submenu_page('options-general.php', self::PLUGIN_NAME, self::PLUGIN_NAME, 'manage_options', self::PLUGIN_CONFIG_HOOK, array(&$this, 'admin_menu_options'));
would fix the issue.
- The topic ‘Move Thinglink from Plugins to Settings’ is closed to new replies.