Elgg  Version master
Variables
actor.php File Reference

Go to the source code of this file.

Variables

 $actor_text = elgg_extract('actor', $vars)
 Display information about who deleted a given entity. More...
 
if(!isset($actor_text)) if (elgg_is_empty($actor_text))
 

Variable Documentation

$actor_text = elgg_extract('actor', $vars)

Display information about who deleted a given entity.

$vars['entity'] the entity to show information for $vars['actor'] actor information, if not set will be generated by the system $vars['actor_icon'] actor imprint icon (default: 'user')

Definition at line 10 of file actor.php.

if (!isset($actor_text)) if(elgg_is_empty($actor_text))

Definition at line 35 of file actor.php.