From 652a7630bb7783c6e2fb1d8aa89e0f3acba30bd9 Mon Sep 17 00:00:00 2001 From: Kailey Truscott Date: Fri, 2 Jan 2015 10:38:56 -0500 Subject: [PATCH] [ticket/13437] Change "View" to "view" PHPBB3-13437 --- phpBB/docs/events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 6a9717d97c..3ab3fc65da 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1461,7 +1461,7 @@ viewtopic_body_post_author_after + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.3-RC1 -* Purpose: Add content directly after the post author on the View topic screen +* Purpose: Add content directly after the post author on the view topic screen viewtopic_body_post_author_before === @@ -1469,7 +1469,7 @@ viewtopic_body_post_author_before + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.3-RC1 -* Purpose: Add content directly before the post author on the View topic screen +* Purpose: Add content directly before the post author on the view topic screen viewtopic_body_post_buttons_after ===