[Plugin: Search Everything] Capability 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/<user>/<site>/wp-includes/functions.php on line 3542
is generated by:
add_options_page(‘Search’, ‘Search Everything’, 7, ‘extend_search’, array(&$this, ‘se_option_page’));
and should be:
add_options_page(‘Search’, ‘Search Everything’, ‘manage_options’, ‘extend_search’, array(&$this, ‘se_option_page’));
- The topic ‘[Plugin: Search Everything] Capability error’ is closed to new replies.