diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 6c0f07a5a9..cd8163500c 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -1688,13 +1688,15 @@ parent = prosilver
_prepend
- This event adds an item to the beginning of a block of related items, or adds to the beginning of individual items in a block._append
- This event adds an item to the end of a block of related items, or adds to the end of individual items in a block._before
- This event adds content directly before the specified block_after
- This event adds content directly after the specified block_prepend
- This event adds an item to the beginning of a block of related items, or adds to the beginning of individual items in a block._append
- This event adds an item to the end of a block of related items, or adds to the end of individual items in a block._before
- This event adds content directly before the specified block_after
- This event adds content directly after the specified block