[Plugin: Ozh' Admin Drop Down Menu] MultiSite && Roles
-
Multisite:
am i missing something, or when we hide the header there’s no link to “Network Admin”?Roles:
i wanted the option “Shrink top level links down to their icons” to be active only for administrators, so in inc/core.php where you find:
if ($wp_ozh_adminmenu['compact'])
change to
if ($wp_ozh_adminmenu['compact']&¤t_user_can('administrator'))
– – would be a nice feature, though
The topic ‘[Plugin: Ozh' Admin Drop Down Menu] MultiSite && Roles’ is closed to new replies.