mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-09 21:19:11 -04:00
Create a user profile page that is used as a landing page when referencing a user in messages or pages.
Partial fix for ticket #889 and a fix for #931.
This commit is contained in:
@@ -8,8 +8,9 @@
|
||||
width="40"
|
||||
height="40" />
|
||||
</a>
|
||||
<?= t("on %date_time, <a href=\"#\">%name</a> said",
|
||||
<?= t("on %date_time, <a href=\"%url\">%name</a> said",
|
||||
array("date_time" => gallery::date_time($comment->created),
|
||||
"url" => user_profile::url($comment->author_id),
|
||||
"name" => html::clean($comment->author_name()))) ?>
|
||||
</p>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user