diff --git a/user-people.php b/user-people.php index c4ce4ba..e6aa2dc 100644 --- a/user-people.php +++ b/user-people.php @@ -107,7 +107,7 @@ function createTextCell($setting, $field){ foreach($people as $value){ $id = $value->ID; - echo '
'; + //echo '
'; $terms = get_the_terms($id, 'group'); foreach($terms as $value){ //duplicates will overwrite themselves... @@ -121,7 +121,7 @@ function createTextCell($setting, $field){ sort($groups_in_use); // for each item in the list of terms, do a new query, but this time we're going to limit it to ONLY items from that one group. - echo '
'; + //echo '
'; //var_dump($args); foreach($groups_in_use as $value){ @@ -148,7 +148,7 @@ function createTextCell($setting, $field){ include('inc/people-table.php'); } - echo '
'; + //echo '
'; } @@ -163,7 +163,7 @@ function createTextCell($setting, $field){ } ?> -
+