From 0627e9a2fec8bca85c9ddb4aa146b031ea03f9aa Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Tue, 18 Nov 2008 22:06:51 +0000 Subject: [PATCH] A couple more hCard CSS classes for comments from wnorris. fixes #8264 git-svn-id: https://develop.svn.wordpress.org/trunk@9764 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/comment-template.php | 6 +++--- wp-includes/pluggable.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index ea19a31043..4bc5c2486c 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -139,7 +139,7 @@ function get_comment_author_link() { if ( empty( $url ) || 'http://' == $url ) $return = $author; else - $return = "$author"; + $return = "$author"; return apply_filters('get_comment_author_link', $return); } @@ -1149,7 +1149,7 @@ class Walker_Comment extends Walker {
- %s Says:'), get_comment_author_link()) ?> + %s Says:'), get_comment_author_link()) ?>
comment_approved == '0') : ?> @@ -1281,4 +1281,4 @@ function wp_list_comments($args = array(), $comments = null ) { $wp_query->max_num_comment_pages = $walker->max_pages; } -?> \ No newline at end of file +?> diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index 84ebc9c77b..41e8421f18 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -1535,9 +1535,9 @@ function get_avatar( $id_or_email, $size = '96', $default = '', $alt = false ) { if ( !empty( $rating ) ) $out .= "&r={$rating}"; - $avatar = "{$safe_alt}"; + $avatar = "{$safe_alt}"; } else { - $avatar = "{$safe_alt}"; + $avatar = "{$safe_alt}"; } return apply_filters('get_avatar', $avatar, $id_or_email, $size, $default, $alt);