Add viewforum_body_topicrow_before template event #4338
+14
−2
phpBB/docs/events.md
| @@ -2227,6 +2227,14 @@ viewforum_body_topic_row_prepend | ||
| * Since: 3.1.7-RC1 | ||
| * Purpose: Add content at the end of the topic list item. | ||
| +viewforum_body_topicrow_before |
|
To be consistent with the other events regarding the topicrow, we should probably change it to
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
|
events.md is in alphabetical order. Thus viewforum_body_topicrow_before needs to be moved up, so it's before viewforum_body_topicrow_prepend.
1 check passed
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
phpBB/docs/events.md
| @@ -2227,6 +2227,14 @@ viewforum_body_topic_row_prepend | ||
| * Since: 3.1.7-RC1 | ||
| * Purpose: Add content at the end of the topic list item. | ||
| +viewforum_body_topicrow_row_before |
|
Shouldn't it be viewforum_body_topicrow_before ¿? Applies to all of this files.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
|
3D-I
commented
Aug 29, 2016
I added a comment to the commit.
It should be viewforum_body_topicrow_before and not viewforum_body_topicrow_row_before, I guess.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PHPBB3-14469