has_cap numeric user levels have been deprecated since 2.0, changed to manage_options
This commit is contained in:
parent
6b10505d7c
commit
156611cb47
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue