Forums

Search Everything
Capability error (1 post)

  1. scottconnerly
    Member
    Posted 4 months ago #

    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'));

    http://wordpress.org/extend/plugins/search-everything/

Reply

You must log in to post.

About this Plugin

About this Topic

  • RSS feed for this topic
  • Started 4 months ago by scottconnerly
  • This topic is not resolved
  • WordPress version: 3.3.1