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);