Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3dceaa71
authored
2011-04-07 14:16:43 +0000
by
Chris Boden
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added link to user email. refs #1087
1 parent
c2de9964
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/UserManager/views/edit_user_overview.php
com/UserManager/views/edit_user_overview.php
View file @
3dceaa7
...
...
@@ -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
;
?>
...
...
Please
register
or
sign in
to post a comment