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', 'options-securi
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 UNSUBSCRIB
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 Das
3 matches
Mail list logo