Skip to content

Commit

Permalink
Update UC People URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jmr06005 committed Dec 17, 2015
1 parent 69e139d commit 27dc1f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/person-info.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ function displayField($field){
echo '<a href="'.$url.'"><span class="glyphicon glyphicon-save-file"></span> ';
echo $file['title'];
echo '</a>';
} else if ($field == 'url'){
echo '<a href="'.get_field($field).'">'.get_field($field).'</a>';
} else if ($field == 'mailing_address'){
echo str_replace(';','<br>',get_field('mailing_address'));
} else {
Expand Down

0 comments on commit 27dc1f3

Please sign in to comment.