Forums

Google Analytics Dashboard
Patch for a minor issue (1 post)

  1. Simon Wheatley
    Member
    Posted 5 months ago #

    Hi @carson-mcdonald, thanks for this plugin!

    Line 70 on gad-admin-options.php uses user levels not capabilities, which triggers a deprecated notice. It could be changed to the following to avoid this:

    add_options_page(__('Google Analytics Dashboard Options'), __('Google Analytics Dashboard'), 'manage_options', __FILE__, array(&$this, 'admin_plugin_options'));

    (Note manage_options rather than 8.)

    http://wordpress.org/extend/plugins/google-analytics-dashboard/

Reply

You must log in to post.

About this Plugin

About this Topic

  • RSS feed for this topic
  • Started 5 months ago by Simon Wheatley
  • This topic is not resolved
  • WordPress version: 3.4.2