Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request #110 from ankitrox/master
Browse files Browse the repository at this point in the history
Update structured data format
  • Loading branch information
sagarjadhav committed Jul 31, 2014
2 parents ef60703 + 2035786 commit 410055e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/rtp-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ function rtp_comment_list( $comment, $args, $depth ) {
}
?>
<div class="vcard">
<?php echo get_avatar( $comment, $gravatar_size );
<span class="fn"><?php echo get_avatar( $comment, $gravatar_size );
rtp_hook_after_comment_author_avatar();
?>
?></span>
</div><?php
}
?>
Expand Down Expand Up @@ -111,4 +111,4 @@ function pingback_trackback_count( $count, $post_id ) {
}
}
return $pingtrack_count;
}
}

0 comments on commit 410055e

Please sign in to comment.