Skip to content

Commit

Permalink
removing testing code
Browse files Browse the repository at this point in the history
git-svn-id: http://cf-wpplugin-admin-ui.googlecode.com/svn/trunk@68 34d9dc3e-6279-e759-70c0-36221e8e1617
  • Loading branch information
ejdanderson@gmail.com committed Mar 17, 2011
1 parent 1433f9a commit 7f7173f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cf-admin.php
Expand Up @@ -126,7 +126,6 @@ static function get_setting($setting_name, $plugin_prefix) {
}

static function display_settings($settings, $plugin_prefix) {
echo 'hiii';
$options = unserialize(get_option($plugin_prefix.'_options'));
foreach ($settings as $key => $config) {
$value = $options[$key];
Expand Down

0 comments on commit 7f7173f

Please sign in to comment.