aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorDark❶ <dark-1@users.noreply.github.com>2019-04-20 16:44:03 +0530
committerDark❶ <dark-1@users.noreply.github.com>2019-04-20 16:44:03 +0530
commit37e3e9711cd079cc577887e9565b13107f063b41 (patch)
tree66a18f93b27d884ddacf74494b2fc7eb4ecf70a7 /phpBB/styles
parent60985030803194b8c4709126b339f00345df78b8 (diff)
downloadforums-37e3e9711cd079cc577887e9565b13107f063b41.tar
forums-37e3e9711cd079cc577887e9565b13107f063b41.tar.gz
forums-37e3e9711cd079cc577887e9565b13107f063b41.tar.bz2
forums-37e3e9711cd079cc577887e9565b13107f063b41.tar.xz
forums-37e3e9711cd079cc577887e9565b13107f063b41.zip
[ticket/16025] Add 2 template events *_author_username_{append/prepend}
PHPBB3-16025
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_history.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_history.html b/phpBB/styles/prosilver/template/ucp_pm_history.html
index 3a417886d3..b53eb0c7ec 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_history.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_history.html
@@ -36,7 +36,7 @@
<p class="author">
<span><i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{history_row.MINI_POST}</span></span> {L_SENT_AT}{L_COLON} <strong>{history_row.SENT_DATE}</strong>
<br />
- {L_MESSAGE_BY_AUTHOR} <!-- EVENT ucp_pm_history_row_author_username_prepend -->{history_row.MESSAGE_AUTHOR_FULL}<!-- EVENT ucp_pm_history_row_author_username_append -->
+ {L_MESSAGE_BY_AUTHOR} <!-- EVENT ucp_pm_history_row_message_author_username_prepend -->{history_row.MESSAGE_AUTHOR_FULL}<!-- EVENT ucp_pm_history_row_message_author_username_append -->
</p>
<div class="content"><!-- IF history_row.MESSAGE -->{history_row.MESSAGE}<!-- ELSE --><span class="error">{L_MESSAGE_REMOVED_FROM_OUTBOX}</span><!-- ENDIF --></div>
<div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div>