From 156611cb47c5d2d0376700f08d2360521920618c Mon Sep 17 00:00:00 2001 From: Harold Kyle Date: Tue, 9 Apr 2013 00:31:27 -0400 Subject: [PATCH] has_cap numeric user levels have been deprecated since 2.0, changed to manage_options --- wp-ffpc-abstract.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-ffpc-abstract.php b/wp-ffpc-abstract.php index dc5d5ba..77627d6 100644 --- a/wp-ffpc-abstract.php +++ b/wp-ffpc-abstract.php @@ -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;