diff options
author | Matt Friedman <maf675@gmail.com> | 2013-12-12 10:11:53 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-12-12 10:11:53 -0800 |
commit | 1be42e7ab2b3e23ad2d5612653625b7848189c49 (patch) | |
tree | be7144e267f525564c3d6dfffc76e8e6a06c4ffe /phpBB/docs | |
parent | 186f3ecb7e8747f09facd96f47a89faa003d25a3 (diff) | |
download | forums-1be42e7ab2b3e23ad2d5612653625b7848189c49.tar forums-1be42e7ab2b3e23ad2d5612653625b7848189c49.tar.gz forums-1be42e7ab2b3e23ad2d5612653625b7848189c49.tar.bz2 forums-1be42e7ab2b3e23ad2d5612653625b7848189c49.tar.xz forums-1be42e7ab2b3e23ad2d5612653625b7848189c49.zip |
[ticket/12054] Reword descriptions and resort events alphabetically
PHPBB3-12054
Diffstat (limited to 'phpBB/docs')
-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 1468e86bc3..a92d83f58d 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -54,21 +54,21 @@ forumlist_body_last_post_title_prepend * Since: 3.1.0-a1 * Purpose: Add content before the post title of the latest post in a forum on the forum list. -index_body_linklist_before +index_body_linklist_after === * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html * Since: 3.1.0-a3 -* Purpose: Add content above the forums list (on forum index only, before linklist) +* Purpose: Add content after the linklist at the top of the forum index (index page only) -index_body_linklist_after +index_body_linklist_before === * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html * Since: 3.1.0-a3 -* Purpose: Add content above the forums list (on forum index only, after linklist) +* Purpose: Add content before the linklist at the top of the forum index (index page only) index_body_stat_blocks_before === |