all repos — wp-ffpc @ 156611cb47c5d2d0376700f08d2360521920618c

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
commit

156611cb47c5d2d0376700f08d2360521920618c

parent

6b10505d7ccdcf4ecfc2209189d72e4907af7f51

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M wp-ffpc-abstract.phpwp-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;