blob: c9b7105122e49e2cfd8ff6d807e54817d9fde559 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
$performed_by = $vars['performed_by'];
$url = "<a href=\"{$performed_by->getURL()}\">{$performed_by->name}</a>";
$string = sprintf(elgg_echo("profile:river:update"),$url);
?>
<?php echo $string; ?>
|