From 3b749d617815828943605b151af47e0805454005 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Sun, 16 Mar 2008 16:55:31 +0000 Subject: [PATCH] Give the default avatar some class. git-svn-id: https://develop.svn.wordpress.org/trunk@7333 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/pluggable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index f2a6e647dd..19437833ed 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -1224,7 +1224,7 @@ function get_avatar( $id_or_email, $size = '96', $default = '' ) { $avatar = ""; } else { - $avatar = ""; + $avatar = ""; } return apply_filters('get_avatar', $avatar, $id_or_email, $size, $default);