mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Upload menu item should respect minimum user setting.
git-svn-id: https://develop.svn.wordpress.org/trunk@1262 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ $menu = array(
|
||||
array(__('Options'), 6, 'options-general.php'),
|
||||
array(__('Plugins'), 8, 'plugins.php'),
|
||||
array(__('Templates'), 4, 'templates.php'),
|
||||
array(__('Upload'), 5, 'upload.php'),
|
||||
array(__('Upload'), get_settings('fileupload_minlevel'), 'upload.php'),
|
||||
array(__('Profile'), 0, 'profile.php')
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user