• Resolved ray

    (@evil-genius)


    plugins/sitemap-generator/sitemap-generator.php line 55

    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.

    Change:
    add_options_page('Dagon Design Sitemap Generator', 'DDSitemapGen', 8, __FILE__, 'ddsg_options_page');

    To:
    add_options_page('Dagon Design Sitemap Generator', 'DDSitemapGen', 'Administrator', __FILE__, 'ddsg_options_page');

    to correct it.

    thanks
    Ray
    http://twentyfiveautumn.com

  • The topic ‘Notice: has_cap’ is closed to new replies.