3dceaa71 by Chris Boden

Added link to user email. refs #1087

1 parent c2de9964
...@@ -98,7 +98,7 @@ use WP_User, WP_Roles; ...@@ -98,7 +98,7 @@ use WP_User, WP_Roles;
98 <?php if (!empty($email)): ?> 98 <?php if (!empty($email)): ?>
99 <tr> 99 <tr>
100 <th>Email:</th> 100 <th>Email:</th>
101 <td><?php echo $email; ?></td> 101 <td><a href="mailto:<?php echo $email; ?>"><?php echo $email; ?></a></td>
102 </tr> 102 </tr>
103 <?php endif; ?> 103 <?php endif; ?>
104 104
......