فهرست منبع

fixed gravatar issue with comments

eddiemachado 13 سال پیش
والد
کامیت
b9a01dc747
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      functions.php

+ 4 - 0
functions.php

@@ -123,6 +123,10 @@ function bones_comments($comment, $args, $depth) {
 			        echo get_avatar($comment,$size='32',$default='<path_to_url>' );
 			    */ ?>
 			    <!-- custom gravatar call -->
+			    <?php
+			    	// create variable
+			    	$bgauthemail = get_comment_author_email();
+			    ?>
 			    <img data-gravatar="http://www.gravatar.com/avatar/<?php echo md5($bgauthemail); ?>&s=32" class="load-gravatar avatar avatar-48 photo" height="32" width="32" src="<?php echo get_template_directory_uri(); ?>/library/images/nothing.gif" />
 			    <!-- end custom gravatar call -->
 				<?php printf(__('<cite class="fn">%s</cite>'), get_comment_author_link()) ?>