File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
<div class="hcard-display h-card vcard p-author">
2
2
<div class="hcard-header">
3
3
<?php if ( ! $ avatar ) { ?>
4
- <a class="u-url url fn u-uid" href="<?php echo esc_url ( $ url ); ?> " rel="author">
4
+ <a class="u-url url fn u-uid" href="<?php echo esc_url ( $ url ); ?> "rel="author">
5
5
<p class="hcard-name p-name n"><?php echo $ name ; ?> </p>
6
6
</a>
7
7
<?php } else { ?>
8
- <a class="u-url url fn u-uid" href="<?php echo esc_url ( $ url ); ?> " rel="author"><?php echo $ avatar ; ?> </a>
8
+ <a class="u-url url fn u-uid" href=" <?php echo esc_url ( $ url ); ?> " rel= "author"><?php echo $ avatar ; ?> </a>
9
9
<p class="hcard-name p-name n"><?php echo $ name ; ?> </p>
10
10
<?php }
11
11
if ( $ args ['email ' ] ) { ?>
42
42
<p class="p-note note"><?php echo $ user ->get ( 'description ' ); ?> </p>
43
43
<?php } ?>
44
44
</div> <!-- end hcard-body -->
45
- </div><!-- end hcard-display -->
45
+ </div>
46
+ <!-- end hcard-display -->
46
47
<?php
You can’t perform that action at this time.
0 commit comments