We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97850bd commit 548339fCopy full SHA for 548339f
1 file changed
templates/h-card.php
@@ -9,8 +9,8 @@
9
<p class="hcard-name p-name n"><?php echo $name; ?></p>
10
<?php }
11
if ( $args['email'] ) { ?>
12
- <p class="u-email">
13
- <a rel="me" href="mailto:<?php echo $email; ?>"><?php echo $email; ?></a>
+ <p>
+ <a class="u-email" rel="me" href="mailto:<?php echo $email; ?>"><?php echo $email; ?></a>
14
</p>
15
<?php } ?>
16
</div> <!-- end hcard-header -->
0 commit comments