3dceaa71 by Chris Boden

Added link to user email. refs #1087

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