Skip to content

Commit

Permalink
Removed old debug code from taxonomy that printed term parents.
Browse files Browse the repository at this point in the history
  • Loading branch information
funkatron82 committed Mar 14, 2012
1 parent d27d447 commit 3d574dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/field-taxonomy.php
Original file line number Diff line number Diff line change
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 3d574dc

Please sign in to comment.