Added link to user email. refs #1087
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment