From ca07c825cd707f48b22b5e827e91c66e999c644a Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Mon, 10 Aug 2015 07:55:42 -0400 Subject: [PATCH] Removing spacer tags --- user-people.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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){ } ?> -
+