diff options
author | kasimi <mail@kasimi.net> | 2016-07-21 16:13:32 +0200 |
---|---|---|
committer | kasimi <mail@kasimi.net> | 2016-07-21 17:49:35 +0200 |
commit | 20e08aa2a05f76fbb4daef118eda520bccef22ff (patch) | |
tree | 0293f6a9c3dee31d94ca8d159ec92938a2c9230b | |
parent | da7c41f167f28b8b4497a5617ce229972058a20b (diff) | |
download | forums-20e08aa2a05f76fbb4daef118eda520bccef22ff.tar forums-20e08aa2a05f76fbb4daef118eda520bccef22ff.tar.gz forums-20e08aa2a05f76fbb4daef118eda520bccef22ff.tar.bz2 forums-20e08aa2a05f76fbb4daef118eda520bccef22ff.tar.xz forums-20e08aa2a05f76fbb4daef118eda520bccef22ff.zip |
[ticket/14715] Fixed typos in events.md
PHPBB3-14715
-rw-r--r-- | phpBB/docs/events.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 7f26d4d1ee..fbe52cc29c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -878,16 +878,16 @@ mcp_topic_options_before mcp_topic_postrow_post_details_after === * Locations: - + styles/prosilver/template/mpc_topic.html - + styles/subsilver2/template/mpc_topic.html + + styles/prosilver/template/mcp_topic.html + + styles/subsilver2/template/mcp_topic.html * Since: 3.1.10-RC1 * Purpose: Add content after post details in topic moderation mcp_topic_postrow_post_details_before === * Locations: - + styles/prosilver/template/mpc_topic.html - + styles/subsilver2/template/mpc_topic.html + + styles/prosilver/template/mcp_topic.html + + styles/subsilver2/template/mcp_topic.html * Since: 3.1.10-RC1 * Purpose: Add content before post details in topic moderation |