diff options
author | cash <cash.costello@gmail.com> | 2011-11-05 17:09:34 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-05 17:09:34 -0400 |
commit | fa0dbc7f8a34597345f7939ca9914438624c3cee (patch) | |
tree | 70f499175aeae36f48a72c9393a520004c4aa7fe /engine/lib/views.php | |
parent | 558f03f0f84a142438de9844b2047be2f050c385 (diff) | |
download | elgg-fa0dbc7f8a34597345f7939ca9914438624c3cee.tar.gz elgg-fa0dbc7f8a34597345f7939ca9914438624c3cee.tar.bz2 |
Fixes #3567 standardized classes for icons
Diffstat (limited to 'engine/lib/views.php')
-rw-r--r-- | engine/lib/views.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php index 2ec56c97e..6ca68ac8c 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -860,7 +860,9 @@ function elgg_view_entity(ElggEntity $entity, $vars = array(), $bypass = true, $ * * @param ElggEntity $entity The entity to display * @param string $size The size: tiny, small, medium, large - * @param array $vars An array of variables to pass to the view + * @param array $vars An array of variables to pass to the view. Some possible + * variables are img_class and link_class. See the + * specific icon view for more parameters. * * @return string HTML to display or false */ |