File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
development/development/upgrade Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ Also have a look at the `phpBB API documentation <https://area51.phpbb.com/docs/
281281 - ``includes/functions_compatibility.php ``
282282 - Removed
283283 - ``4.0.0-a1 ``
284- - Use ``phpbb_delete_user_pms `` instead. Pay attention to pay array instead of single user id.
284+ - Use ``phpbb_delete_users_pms() `` instead. Expects an array of users ids instead of single user id.
285285
286286 * - ``phpbb_to_numeric ``
287287 - ``includes/functions_compatibility.php ``
@@ -389,13 +389,13 @@ Also have a look at the `phpBB API documentation <https://area51.phpbb.com/docs/
389389 - ``includes/functions_acp.php ``
390390 - Removed
391391 - ``4.0.0-a1 ``
392- - Use phpbb_build_cfg_template() instead.
392+ - Use `` phpbb_build_cfg_template() `` instead.
393393
394394 * - ``h_radio ``
395395 - ``includes/functions_acp.php ``
396396 - Removed
397397 - ``4.0.0-a1 ``
398- - Use phpbb_build_radio() instead.
398+ - Use `` phpbb_build_radio() `` instead.
399399
400400 * - ``build_select ``
401401 - ``includes/functions_acp.php ``
You can’t perform that action at this time.
0 commit comments