Skip to content

Commit

Permalink
Setting capability to 'manage_options' instead of 'edit_plugins'
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdawggi committed Oct 20, 2011
1 parent 687a893 commit 7d26e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailchimp.php
Expand Up @@ -28,7 +28,7 @@
define('MCSF_VER', '1.2.5');

// What's our permission (capability) threshold
define('MCSF_CAP_THRESHOLD', 'edit_plugins');
define('MCSF_CAP_THRESHOLD', 'manage_options');

// Define our location constants, both MCSF_DIR and MCSF_URL
mailchimpSF_where_am_i();
Expand Down

0 comments on commit 7d26e31

Please sign in to comment.