I've moved Buttonizer to the Settings (options_general) menu to keep the dashboard clean. Unfortunately after doing so instead of loading the home page it loads the 404 'page not found'.
It's still on the site and it still works fine, just not with the home page in preview.
What have I broken? ;-)
I used this code;
remove_menu_page( 'Buttonizer' );
add_submenu_page('options-general.php','Buttonizer', 'Buttonizer','manage_options', 'Buttonizer' );