has_cap numeric user levels have been deprecated since 2.0, changed to manage_options
Harold Kyle harold@boxcarpress.com
Tue, 09 Apr 2013 00:31:27 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
wp-ffpc-abstract.php
→
wp-ffpc-abstract.php
@@ -65,7 +65,7 @@ protected $plugin_settings_page;
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;