From e3c5f05f3c59d80a3cfbeadd3aeb7273fe404e81 Mon Sep 17 00:00:00 2001 From: markjaquith 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: http://svn.automattic.com/wordpress/trunk@9764 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 ea19a3104..4bc5c2486 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 84ebc9c77..41e8421f1 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);