From b03ece26eb1589c5200094f4d87455ca46db780b Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 28 Sep 2010 23:21:09 +0200 Subject: * i18n/L10n and translator documentation updates. * whitespace and indentation updates --- classes/Avatar.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'classes/Avatar.php') diff --git a/classes/Avatar.php b/classes/Avatar.php index dbe2cd813..6edc81768 100644 --- a/classes/Avatar.php +++ b/classes/Avatar.php @@ -42,8 +42,9 @@ class Avatar extends Memcached_DataObject return Memcached_DataObject::pkeyGet('Avatar', $kv); } - // where should the avatar go for this user? - + /** + * Where should the avatar go for this user? + */ static function filename($id, $extension, $size=null, $extra=null) { if ($size) { -- cgit v1.2.3-54-g00ecf