We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c79b5 commit f922cfcCopy full SHA for f922cfc
administrator/components/com_users/tmpl/notes/default.php
@@ -97,7 +97,7 @@
97
</div>
98
</th>
99
<td class="d-none d-md-table-cell">
100
- <?php echo $this->escape($item->user_name); ?>
+ <?php echo !empty($item->user_name) ? $this->escape($item->user_name) : '[ ' . Text::_('JNONE') . ' ]'; ?>
101
</td>
102
103
<?php if ($item->review_time !== null) : ?>
0 commit comments