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

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #135 from jmr06005/master
Update UC People URL
  • Loading branch information
jmr06005 committed Jan 29, 2016
2 parents 9edce68 + 27dc1f3 commit 212de71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/person-info.php
Expand Up @@ -25,6 +25,8 @@
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 212de71

Please sign in to comment.