Skip to content

Commit 5fd1d0d

Browse files
authored
Merge pull request #289 from rxu/ticket/17151
[ticket/17151] Document functions removal
2 parents 64d6724 + 080a598 commit 5fd1d0d

File tree

1 file changed

+12
-0
lines changed
  • development/development/upgrade

1 file changed

+12
-0
lines changed

development/development/upgrade/400.rst

+12
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,18 @@ Also have a look at the `phpBB API documentation <https://area51.phpbb.com/docs/
115115
- ``4.0.0-a1``
116116
- Introduced form_helper for generating and checking form tokens.
117117

118+
* - ``build_cfg_template``
119+
- ``includes/functions_acp.php``
120+
- Removed
121+
- ``4.0.0-a1``
122+
- Use phpbb_build_cfg_template() instead.
123+
124+
* - ``h_radio``
125+
- ``includes/functions_acp.php``
126+
- Removed
127+
- ``4.0.0-a1``
128+
- Use phpbb_build_radio() instead.
129+
118130
**Explanation of columns:**
119131

120132
* **Class or function:** The name of the class or function that was added, changed, deprecated, or removed in this version.

0 commit comments

Comments
 (0)