Skip to content

Commit

Permalink
Removed display of hardcoded strong on view_user_page
Browse files Browse the repository at this point in the history
Fixes #22981
  • Loading branch information
atrol committed Jun 8, 2017
1 parent bf8d05b commit 860bc99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions view_user_page.php
Expand Up @@ -108,8 +108,6 @@
<?php
if( !is_blank( $u_email ) ) {
print_email_link( $u_email, $u_email );
} else {
echo " - ";
}
?>
</td>
Expand Down

0 comments on commit 860bc99

Please sign in to comment.