diff options
author | rxu <rxu@mail.ru> | 2015-11-12 20:51:16 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2015-11-12 20:53:36 +0700 |
commit | 19c84dabe12bb1df72e771ab2bf80a5e774ab783 (patch) | |
tree | 6441831891d3873e958a07b292e2eafe50b05bf4 /phpBB/docs/events.md | |
parent | 9ef06d67e608f017e92dbf79cf9658594cab8d2a (diff) | |
download | forums-19c84dabe12bb1df72e771ab2bf80a5e774ab783.tar forums-19c84dabe12bb1df72e771ab2bf80a5e774ab783.tar.gz forums-19c84dabe12bb1df72e771ab2bf80a5e774ab783.tar.bz2 forums-19c84dabe12bb1df72e771ab2bf80a5e774ab783.tar.xz forums-19c84dabe12bb1df72e771ab2bf80a5e774ab783.zip |
[ticket/14066] Change the events listing order in events.md.
PHPBB3-14066
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 92f929fa0a..67f187ec81 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1598,69 +1598,69 @@ search_body_search_display_options_prepend * Since: 3.1.7-RC1 * Purpose: Put content at the top of the search query display options fields set -search_body_search_query_after +search_body_search_options_after === * Locations: + styles/prosilver/template/search_body.html + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 -* Purpose: Add content after the search query fields set +* Purpose: Add content after the search query options fields set -search_body_search_query_append +search_body_search_options_append === * Locations: + styles/prosilver/template/search_body.html + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 -* Purpose: Put content at the bottom of the search query fields set +* Purpose: Put content at the bottom of the search query options fields set -search_body_search_query_before +search_body_search_options_before === * Locations: + styles/prosilver/template/search_body.html + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 -* Purpose: Add content before the search query fields set +* Purpose: Add content before the search query options fields set -search_body_search_query_prepend +search_body_search_options_prepend === * Locations: + styles/prosilver/template/search_body.html + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 -* Purpose: Put content at the top of the search query fields set +* Purpose: Put content at the top of the search query options fields set -search_body_search_options_after +search_body_search_query_after === * Locations: + styles/prosilver/template/search_body.html + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 -* Purpose: Add content after the search query options fields set +* Purpose: Add content after the search query fields set -search_body_search_options_append +search_body_search_query_append === * Locations: + styles/prosilver/template/search_body.html + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 -* Purpose: Put content at the bottom of the search query options fields set +* Purpose: Put content at the bottom of the search query fields set -search_body_search_options_before +search_body_search_query_before === * Locations: + styles/prosilver/template/search_body.html + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 -* Purpose: Add content before the search query options fields set +* Purpose: Add content before the search query fields set -search_body_search_options_prepend +search_body_search_query_prepend === * Locations: + styles/prosilver/template/search_body.html + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 -* Purpose: Put content at the top of the search query options fields set +* Purpose: Put content at the top of the search query fields set search_results_header_after === |