Skip to content

Commit

Permalink
Merge pull request wpmetabox#101 from funkedgeek/master
Browse files Browse the repository at this point in the history
Fixing some debug code that was accidently left in the last commit
  • Loading branch information
rilwis committed Mar 14, 2012
2 parents 743ecfc + 3d574dc commit 6d20110
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/field-taxonomy.php
Expand Up @@ -179,7 +179,6 @@ static function walk_checkbox_tree( $meta, $field, $elements, $parent = 0, $acti
*/
static function walk_select_tree( $meta, $field, $elements, $parent = 0, $parent_slug='', $active = false )
{
echo $parent;
if(!isset($elements[$parent]))
return;
$terms = $elements[$parent];
Expand Down

0 comments on commit 6d20110

Please sign in to comment.