diff options
author | Matt Friedman <maf675@gmail.com> | 2013-12-14 12:59:52 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-12-14 12:59:52 -0800 |
commit | b13f64b5a984c4f4848f1461c6675467df07f9be (patch) | |
tree | 01badc59790cec55142cfa8cbe105be80cff99c6 /phpBB | |
parent | 1be42e7ab2b3e23ad2d5612653625b7848189c49 (diff) | |
download | forums-b13f64b5a984c4f4848f1461c6675467df07f9be.tar forums-b13f64b5a984c4f4848f1461c6675467df07f9be.tar.gz forums-b13f64b5a984c4f4848f1461c6675467df07f9be.tar.bz2 forums-b13f64b5a984c4f4848f1461c6675467df07f9be.tar.xz forums-b13f64b5a984c4f4848f1461c6675467df07f9be.zip |
[ticket/12054] Re-word event documentation
PHPBB3-12054
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/docs/events.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index a92d83f58d..d117a8b9f8 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -60,7 +60,7 @@ index_body_linklist_after + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html * Since: 3.1.0-a3 -* Purpose: Add content after the linklist at the top of the forum index (index page only) +* Purpose: Add content after the linklist above the forum list on Board index index_body_linklist_before === @@ -68,7 +68,7 @@ index_body_linklist_before + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html * Since: 3.1.0-a3 -* Purpose: Add content before the linklist at the top of the forum index (index page only) +* Purpose: Add content before the linklist above the forum list on Board index index_body_stat_blocks_before === |