Quantcast
Channel: dev feedback – WordPress.org Forums
Viewing all articles
Browse latest Browse all 20

Simon Wheatley on "[Plugin: Google Analytics Dashboard] Patch for a minor issue"

$
0
0

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/


Viewing all articles
Browse latest Browse all 20

Trending Articles