[wpmu-trac] [WordPress MU Trac] #860: New adminbar editable by all
users
WordPress MU Trac
wpmu-trac at lists.automattic.com
Fri Jan 23 17:32:04 GMT 2009
#860: New adminbar editable by all users
------------------------+---------------------------------------------------
Reporter: mrpeteh | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: component1 | Version: 2.7
Severity: normal | Keywords:
------------------------+---------------------------------------------------
The new adminbar code does not check for admin capabilities. Any logged in
user sees the settings navigation.
One possible fix (wordpress-admin-bar.php line 150), insert the if()
test...
{{{
function AddAdminMenu() {
if ($user_ID && current_user_can('level_10')) {
add_options_page( __('WordPress Admin Bar', 'wordpress-
admin-bar'), __('Admin Bar', 'wordpress-admin-bar'), 'read', 'wordpress-
admin-bar', array(&$this, 'SettingsPage') );
}
}
}}}
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/860>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list