diff options
author | David King <imkingdavid@gmail.com> | 2013-10-30 21:28:50 -0700 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2013-11-02 15:27:53 -0700 |
commit | 835900123e2b6a16288cb6eb635716326dd523c0 (patch) | |
tree | c000cce02ebfd1cbcde91b74e879792bf78f306f /phpBB/styles/subsilver2 | |
parent | b8eeca7048cdb6573b3c055f4e2aa3410cb4b506 (diff) | |
download | forums-835900123e2b6a16288cb6eb635716326dd523c0.tar forums-835900123e2b6a16288cb6eb635716326dd523c0.tar.gz forums-835900123e2b6a16288cb6eb635716326dd523c0.tar.bz2 forums-835900123e2b6a16288cb6eb635716326dd523c0.tar.xz forums-835900123e2b6a16288cb6eb635716326dd523c0.zip |
[ticket/11972] Add posting_editor_message_after template event
PHPBB3-11972
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/template/posting_body.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index ee36e76eb0..9395e24eb1 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -216,6 +216,7 @@ </td> <!-- ENDIF --> </tr> + <!-- EVENT posting_editor_message_after --> </table> </td> </tr> |