aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-05 20:36:47 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-05 20:36:47 +0100
commit8a2f564f3db0e857f382f0d0d9eb1c5281c14ec9 (patch)
tree4f99cc6f7d4ed9d33b7a826509892c184acda141 /phpBB/docs
parentf2f9ce544fa166449e261c1b7d12135dc6d58cb4 (diff)
parent408ba753214827f453eb818d5fb8e51900e58e16 (diff)
downloadforums-8a2f564f3db0e857f382f0d0d9eb1c5281c14ec9.tar
forums-8a2f564f3db0e857f382f0d0d9eb1c5281c14ec9.tar.gz
forums-8a2f564f3db0e857f382f0d0d9eb1c5281c14ec9.tar.bz2
forums-8a2f564f3db0e857f382f0d0d9eb1c5281c14ec9.tar.xz
forums-8a2f564f3db0e857f382f0d0d9eb1c5281c14ec9.zip
Merge pull request #4164 from rxu/ticket/14356-fix
[ticket/14356] Fix viewtopic_body_postrow_back2top_append description * rxu/ticket/14356-fix: [ticket/14356] Fix viewtopic_body_postrow_back2top_append description
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index ee9deae501..04c531c5a3 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -2469,7 +2469,7 @@ viewtopic_body_postrow_back2top_append
+ styles/prosilver/template/viewtopic_body.html
+ styles/subsilver2/template/viewtopic_body.html
* Since: 3.1.8-RC1
-* Purpose: Add content to the post's bottom directly before the back to top link
+* Purpose: Add content to the post's bottom directly after the back to top link
viewtopic_body_postrow_back2top_before
===