has_cap numeric user levels have been deprecated since 2.0, changed to manage_options

This commit is contained in:
Harold Kyle 2013-04-09 00:31:27 -04:00
parent 6b10505d7c
commit 156611cb47

View file

@ -65,7 +65,7 @@ if (!class_exists('WP_Plugins_Abstract')) {
protected $donation_link;
protected $button_save;
protected $button_delete;
protected $capability = 10;
protected $capability = 'manage_options';
protected $donation_business_name;
protected $donation_item_name;
protected $broadcast_message;