Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Removing spacer tags
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Aug 10, 2015
1 parent f445f44 commit ca07c82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions user-people.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function createTextCell($setting, $field){

foreach($people as $value){
$id = $value->ID;
echo '<br/>';
//echo '<br/>';
$terms = get_the_terms($id, 'group');
foreach($terms as $value){
//duplicates will overwrite themselves...
Expand All @@ -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 '<hr>';
//echo '<hr>';
//var_dump($args);
foreach($groups_in_use as $value){

Expand All @@ -148,7 +148,7 @@ function createTextCell($setting, $field){
include('inc/people-table.php');
}

echo '<hr>';
//echo '<hr>';

}

Expand All @@ -163,7 +163,7 @@ function createTextCell($setting, $field){

}
?>
<hr/>


</div>
</div><!-- .entry-content -->
Expand Down

0 comments on commit ca07c82

Please sign in to comment.