Skip to content

Commit a942922

Browse files
committed
Minor corrections in upgrading doc
1 parent be80d9f commit a942922

File tree

1 file changed

+3
-3
lines changed
  • development/development/upgrade

1 file changed

+3
-3
lines changed

development/development/upgrade/400.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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``

0 commit comments

Comments
 (0)