Bug#561832: wordpress: Miscellaneous settings link missing

2010-01-17 Thread Richard van den Berg
Thanks for the hint Franck. That indeed is a bug in /usr/share/wordpress/wp-admin/menu.php : $submenu['options-general.php'][45] = array(__('Miscellaneous'), 'manage_options', 'options-misc.php'); $submenu['options-general.php'][45] = array(__('Security'), 'manage_options',

Bug#561832: wordpress: Miscellaneous settings link missing

2010-01-16 Thread Franck Nouyrigat
You have to modify /wordpress/wp-admin/menu.php modify $submenu['options-general.php'][45] = array(__('Security'), 'manage_options', 'options-security.php'); to $submenu['options-general.php'][50] = array(__('Security'), 'manage_options', 'options-security.php'); Cheers -- To

Bug#561832: wordpress: Miscellaneous settings link missing

2009-12-20 Thread Richard van den Berg
Package: wordpress Version: 2.8.6-1 Severity: normal I just moved my wordpress blogs from one debian host to another. When recreating the databases and configs, I noticed the $upload_path and $upload_url_path are now being set in the config file. I knew for sure I had overridden them using the