From b0e7221b3ab068460c958497ddb67c2c0f1f39b7 Mon Sep 17 00:00:00 2001 From: 3D-I <480857+3D-I@users.noreply.github.com> Date: Thu, 12 Mar 2020 23:35:23 +0100 Subject: [PATCH] [ticket/16400] Add posting_editor_* events PHPBB3-16400 --- phpBB/docs/events.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 8397c190ea..6381837807 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1898,28 +1898,28 @@ posting_editor_topic_icons_after === * Locations: + styles/prosilver/template/posting_editor.html -* Since: 3.2.10-rc1 +* Since: 3.2.10-RC1 * Purpose: Add custom data after the topic icons loop posting_editor_topic_icons_append === * Locations: + styles/prosilver/template/posting_editor.html -* Since: 3.2.10-rc1 +* Since: 3.2.10-RC1 * Purpose: Append custom data to the topic icon posting_editor_topic_icons_before === * Locations: + styles/prosilver/template/posting_editor.html -* Since: 3.2.10-rc1 +* Since: 3.2.10-RC1 * Purpose: Add custom data before the topic icons loop posting_editor_topic_icons_prepend === * Locations: + styles/prosilver/template/posting_editor.html -* Since: 3.2.10-rc1 +* Since: 3.2.10-RC1 * Purpose: Prepend custom data to the topic icon posting_layout_include_panel_body