aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/actor/profile.php
diff options
context:
space:
mode:
authorwinter Sparkles2026-07-03 02:54:48 +0100
committerwinter Sparkles2026-07-03 02:54:48 +0100
commit59aeb7b036cb6d38c6649eec16995c432c051fef (patch)
tree210d546fc7e2ae8d5aac7bb3051a39b3994e7ad8 /templates/actor/profile.php
parente14f4b88e77b380afa8e40e1e66f48772515e95c (diff)
i forgot how named parameters workHEADmain
this is what i get for not writing any php in ages
Diffstat (limited to 'templates/actor/profile.php')
-rw-r--r--templates/actor/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/actor/profile.php b/templates/actor/profile.php
index aa403a6..25abd99 100644
--- a/templates/actor/profile.php
+++ b/templates/actor/profile.php
@@ -21,7 +21,7 @@ $actorUser = UserAccount::findByLinkedActor($actor);
<div>
<div class="displayName"><?= htmlspecialchars($actor->displayName) ?></div>
<div class="pronouns"><?= htmlspecialchars($actor->pronouns) ?></div>
- <div class="handle">@<?= $actor->getFullHandle($convertIdn = true) ?></div>
+ <div class="handle">@<?= $actor->getFullHandle(convertIdn: true) ?></div>
<div class="joinedDate"><?= sprintf(__('user.profile.createdAt'), format_datetime($actor->created)) ?></div>
<?php if ($actor->automated): ?>
<div class="inlinePill">