Plugins error (Use roles and capabilities instead) on latest version, multisite

I have the latest, version 3.1.2 and have multisite installed. I have debug on true for testing purposes. I get the follow error when I install plugins.

Where and how do I fix this?

Error:
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/mysite/public_html/wp-includes/functions.php on line 3387

thanks in advance!

3 Answers
3

You are fine , its the plugins who are bad!
some plugins have not been updated and are still using User level as capability when adding menu pages instead of capability, for example

 10 = manage_options = admin

take a look at this thread to understand better.

Leave a Comment